Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-31 | FB2 writer: write blocks outside of <p> in definitions | Alexander Krotov | 1 | -34/+36 | |
2017-10-29 | Write FB2 lists without nesting blocks inside <p> (#4004) | Alexander | 1 | -82/+86 | |
According to FB2 XML schema <empty-line /> cannot be placed inside <p>. Linux FBReader can't display such paragraphs, e.g. any "loose" lists produced by pandoc prior to this commit. Besides that, FB2 writer placed <p> inside <p> when writing nested lists, this commit fixes the bug. Also this commit removes leading non-breaking space from ordered lists for consistency with bullet lists. Definition lists are not affected at all. | |||||
2017-05-25 | Added `spaced_reference_links` extension. | John MacFarlane | 1 | -2/+1012 | |
This is now the default for pandoc's Markdown. It allows whitespace between the two parts of a reference link: e.g. [a] [b] [b]: url This is now forbidden by default. Closes #2602. | |||||
2017-02-17 | Added warnings for non-rendered blocks to some writers. | John MacFarlane | 1 | -1/+2 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+2 | |