This is a markdown template that may be converted to html using pandoc. This was also used to alter the .css files to alter the design for the actual blog entries. The template is kept as pure markdown (except for two comments at the top with keywords and the date / authro) which is preprocessed using a python script.
Different markdown elements are shown in the next sections.
- Bold
- Italic
- Both
Inline code
Blockquote: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
- Ordered List
- abc
- cba
- bac
- Unordered List
- xyz
- zab
- bac
# techincally this fenced code is also extended syntax
def some_func(arg1: int, arg2: int) -> str:
var = arg1 + arg2
return str(var)
some_func(1, 3)
>>> '4'
Text with an important link embedded. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Also, here is a picture:
Some more text. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
- Unticked box
5 - Ticked box^7^
- Text with Footnote. 1
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
- Emojis: 😂
- highlight: ===highlight===
Footnotes
-
This is the footnote. ↩