doc:md-syntax-cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
doc:md-syntax-cheatsheet [2026/03/23 16:47] Simon Grantdoc: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:start|internal documentation]]// 
 + 
 +===== Cheatsheet - for things specific to LI pages turned into Markdown =====
  
 See also: See also:
  
-- the adjusted [[wiki:syntax]] page +- the general [[wiki:syntax]] page, adjusted for our setup 
-here'[a good generic markdown cheatsheet](https://www.markdownguide.org/cheat-sheet/)+- [a good generic markdown cheatsheet](https://www.markdownguide.org/cheat-sheet/), however, not covering the exact features we have in our setup
  
-### Figures+==== Figures ====
  
 `<figure>` \\  `<figure>` \\ 
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>https://www.youtube.com/embed/Q3h9I4vcX00 560,315}}` \\ +`  {{url>https://www.youtube.com/embed/Q3h9I4vcX00}}` \\ 
-`  {{url>https://player.vimeo.com/video/71074210 640,360}}` \\+`  {{url>https://player.vimeo.com/video/71074210}}` \\
 That is: \\ That is: \\
-`{{url>embed-url width,height}}` +`{{url>embed-url}}`
  
 This will create an iframe in the resulting html. This will create an iframe in the resulting html.
    
  
-### Centering images/videos+==== Centering images/videos ====
  
 Wrap them in a `<WRAP>` element:  Wrap them in a `<WRAP>` element: 
Line 42: Line 44:
 You can also use the box item in the toolbar. Click and choose the second item (simple centred box). \\ 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.  The box attribute creates a grey background, it can also be left out. 
- 
- 
- 
- 
  
  • doc/md-syntax-cheatsheet.1774284422.txt.gz
  • Last modified: 2026/07/23 08:54
  • (external edit)