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/24 10:53] – Simon Grant | wiki:md-syntax-cheatsheet [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ## Cheatsheet - for things specific to LI pages turned into md | ||
| - | |||
| - | Good markdown cheatsheet here: [https:// | ||
| - | |||
| - | ### 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. | ||
| - | |||
| - | |||
| - | |||
| - | |||