diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-26 20:03:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-26 20:06:09 +0700 |
| commit | 7a03c1583a9560d907b1d0c43baf21be314facc6 (patch) | |
| tree | ed4d205201b9845cc19c8bf5f621683bb214b1ba /_doc | |
| parent | 5f12f2705a29cf9aaff89c6d1f319f080e8d68aa (diff) | |
| download | ciigo-7a03c1583a9560d907b1d0c43baf21be314facc6.tar.xz | |
_static: fix page rendering on markdown
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.
Diffstat (limited to '_doc')
| -rw-r--r-- | _doc/test-md.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_doc/test-md.md b/_doc/test-md.md new file mode 100644 index 0000000..ce9f4e9 --- /dev/null +++ b/_doc/test-md.md @@ -0,0 +1,11 @@ +<!-- SPDX-License-Identifier: GPL-3.0-or-later --> +<!-- SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info> --> + +# _Example `Document` **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. |
