mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
676 B
676 B
Really simple document
First, have some items:
- item 1
- item 2
- Another
Behold, for there is jumbled mess ahead!
- This is
- weirdly numbered
- but pandoc doesn't care
- it just works™
With the default HTML template, this does not translate: \textsl{Have some \LaTeX, too!}
Some math is fine with HTML: x=5, some other is not: \sqrt{x}=2.
However, both of these are fixable!
Code blocks? Sure!
while (energy <= 0.42) {
drinkCoffee();
}
Need syntax? Here you go!
#include <stdio.h>
int main() {
printf("Hello World!\n");
}
For more awesome stuff, visit the pandoc manual: https://pandoc.org/MANUAL.html#pandocs-markdown