File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ authoritative source code of the documents and tracks changes to them.
1212### Constitution
1313
1414This is Markdown source code to produce HTML (for https://python.nz ) and PDF (for
15- printing)<br > _ Note: On github.com, bullet points will show in addition to numbering
16- (styling is ignored). Also, clauses following a bullet list wrongly remain at the same
17- indentation level as the bullet list - this seems to be a rendering bug in github. The
18- HTML/PDF results look fine._
15+ printing).<br > _ Note: On github.com, bullet points will show in addition to numbering
16+ (styling is ignored). Also, empty HTML comments have been inserted to prevent wrong
17+ indentation following unordered lists. The HTML/PDF results look fine._
1918
2019#### Create HTML
2120
@@ -31,7 +30,7 @@ inserting another headline)
3130#### Table of Contents
3231
3332Optionally, ` --toc ` will also create a table of contents with headline links (handy but
34- not fit for PDF)
33+ not fit for PDF):
3534
3635```
3736pandoc -s constitution.md -o constitution.html -c constitution.css -V "pagetitle:Constitution" --toc
You can’t perform that action at this time.
0 commit comments