Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| wiki:md-syntax-cheatsheet [2025/11/07 14:10] – katja | wiki:md-syntax-cheatsheet [2025/11/07 23:34] (current) – katja | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ## Cheatsheet - for things specific to LI files turned into md | + | ## Cheatsheet - for things specific to LI pages turned into md |
| Good markdown cheatsheet here: [https:// | Good markdown cheatsheet here: [https:// | ||
| Line 5: | Line 5: | ||
| ### Figure | ### Figure | ||
| - | `< | + | `< |
| `` \ | `` \ | ||
| `< | `< | ||
| - | `</ | + | `</ |
| + | |||
| + | You can also use the notepad icon in the toolbar. Click and choose the first item (note: this uses dokuwiki syntax for the image). | ||
| + | |||
| + | |||
| + | |||
| + | ### Videos | ||
| + | |||
| + | Examples: \ | ||
| + | `{{url> | ||
| + | `{{url> | ||
| + | That is: \ | ||
| + | `{{url> | ||
| + | |||
| + | This will create an iframe in the resulting html. | ||
| + | |||
| + | ### Centering images/ | ||
| + | |||
| + | Wrap them in a `< | ||
| + | |||
| + | `<WRAP center round box 60%>` \ | ||
| + | | ||
| + | `` \ | ||
| + | `< | ||
| + | `</ | ||
| + | `</ | ||
| + | |||
| + | |||
| + | You can also use the box item in the toolbar. Click and choose the second item (simple centered box). \ | ||
| + | The box attribute creates a gray background, it can also be left out. | ||