Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| doc:md-syntax-cheatsheet [2026/03/16 15:58] – [Cheatsheet - for things specific to LI pages turned into md] Simon Grant | doc:md-syntax-cheatsheet [2026/08/19 00:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ## Cheatsheet - for things specific to LI pages turned into md | + | // See all of our [[doc: |
| + | |||
| + | ===== Cheatsheet - for things specific to LI pages turned into Markdown ===== | ||
| See also: | See also: | ||
| - | - the adjusted | + | - the general |
| - | - a good markdown cheatsheet | + | - [a good generic |
| - | ### Figures | + | ==== Figures |
| `< | `< | ||
| Line 17: | Line 19: | ||
| Question: how do you control the output formatting of the figure? | Question: how do you control the output formatting of the figure? | ||
| - | ### Videos | + | ==== Videos |
| Examples: \\ | Examples: \\ | ||
| - | ` {{url> | + | ` {{url> |
| - | ` {{url> | + | ` {{url> |
| That is: \\ | That is: \\ | ||
| - | `{{url> | + | `{{url> |
| This will create an iframe in the resulting html. | This will create an iframe in the resulting html. | ||
| - | ### Centering images/ | + | ==== Centering images/ |
| Wrap them in a `< | Wrap them in a `< | ||
| Line 40: | Line 42: | ||
| - | You can also use the box item in the toolbar. Click and choose the second item (simple | + | You can also use the box item in the toolbar. Click and choose the second item (simple |
| - | The box attribute creates a gray background, it can also be left out. | + | The box attribute creates a grey background, it can also be left out. |
| - | + | ||
| - | + | ||
| - | + | ||