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.
Inline codeBlockquote: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
# 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 |
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.