Basic examples¶
Title¶
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
More titles¶
Some more titles¶
And some more titles¶
Unordered lists¶
- Lorem ipsum dolor sit amet,
- consectetur adipiscing elit,
- sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Unordered lists with different indentation¶
- aaa
- bbb
- ccc
- ddd
- eee
- fff
- ggg
- hhh
Ordered lists¶
- Lorem ipsum dolor sit amet,
- consectetur adipiscing elit,
- sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Mixed lists with different indentation¶
- aaa
- bbb
- ccc
- ddd
- eee
- fff
- ggg
- ccc
- hhh
- iii
Ordered lists (the easy way)¶
If you are in a lazy mood, you can let markdown calculate the numbers. Just use 1.
for all list entries, instead of 1.
, 2.
, 3.
, ... (see the source code in the markdown file).
- Lorem ipsum dolor sit amet,
- consectetur adipiscing elit,
- sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Tip: Editors with markdown support often fix these numbers automatically.
Direct downloads¶
Download the following test file.
Source code¶
Some pretty code:
This MkDocs theme uses Pygments to provide syntax highlighting. All available languages are defined here, use the short name as the language identifier for the fenced code blocks in markdown. There is also support for highlighting CLI output:
You can even link to a specific line in a fenced code block.
Inline source code¶
Variables iso
, iso_size
and destination
belong to function copy_iso_to_usb()
.
Citation¶
Some pretty quote:
The problem with quotes found on the internet is, that they are often not true. ~ Abraham Lincoln.
Some text here.
Links, bold, italic, strikethrough¶
You can also just type the URL: https://www.hogent.be .
Text in bold.
Italic text.
This text has been stricken.
Math¶
You can use LaTeX / MathJax math notations:
Tables¶
Left-aligned | Middle-aligned | Right-aligned | Auto |
---|---|---|---|
aaa | bbb | ccc | ddd |
000 | 111 | 222 | 333 |
Tip: Editors with markdown support often auto align markdown tables so they also look pretty in the source code. Saves you a lot of spaces to type!
Images¶
Some pretty image:
Some text here.