aboutsummaryrefslogtreecommitdiff
path: root/_doc/test-md.md
AgeCommit message (Collapse)Author
2026-01-29_doc: add the test content for markdownShulhan
The content is the same with adoc one, with style updated to use basic and [extended] syntax. Many syntax are not worked, like tables and admonition. [extended]: https://www.markdownguide.org/extended-syntax/
2026-01-26_static: fix page rendering on markdownShulhan
On HTML output of markdown, there is no .container #header and #content so the page content will not get centered (using margin). To fix this, we set the margin auto on .container class and use the default background on #footer.