Skip to content

Commit a0faddf

Browse files
committed
Update README re: empty HTML comments preserving formatting
1 parent 929819d commit a0faddf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ authoritative source code of the documents and tracks changes to them.
1212
### Constitution
1313

1414
This 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

3332
Optionally, `--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
```
3736
pandoc -s constitution.md -o constitution.html -c constitution.css -V "pagetitle:Constitution" --toc

0 commit comments

Comments
 (0)