This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. // See all of our [[doc:start|internal documentation]]// ===== Cheatsheet - for things specific to LI pages turned into Markdown ===== See also: - the general [[wiki:syntax]] page, adjusted for our setup - [a good generic markdown cheatsheet](https://www.markdownguide.org/cheat-sheet/), however, not covering the exact features we have in our setup ==== Figures ==== `<figure>` \\ `` \\ `<caption>caption</caption>` \\ `</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). Question: how do you control the output formatting of the figure? ==== Videos ==== Examples: \\ ` {{url>https://www.youtube.com/embed/Q3h9I4vcX00}}` \\ ` {{url>https://player.vimeo.com/video/71074210}}` \\ That is: \\ `{{url>embed-url}}` This will create an iframe in the resulting html. ==== Centering images/videos ==== Wrap them in a `<WRAP>` element: `<WRAP center round box 60%>` \\ `<figure>` \\ `` \\ `<caption>caption</caption>` \\ `</figure>`\\ `</WRAP>` You can also use the box item in the toolbar. Click and choose the second item (simple centred box). \\ The box attribute creates a grey background, it can also be left out. doc/md-syntax-cheatsheet.txt Last modified: 2026/08/19 00:24by 127.0.0.1