Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-10 | Support `--reference-location` for HTML output (#7461) | Francesco Mazzoli | 1 | -1/+1 | |
The HTML writer now supports `EndOfBlock`, `EndOfSection`, and `EndOfDocument` for reference locations. EPUB and HTML slide show formats are also affected by this change. This works similarly to the markdown writer, but with special care taken to skipping section divs with what regards to the block level. The change also takes care to not modify the output if `EndOfDocument` is used. | |||||
2021-01-05 | HTML writer: fix implicit_figure at end of footnotes. | John MacFarlane | 1 | -0/+20 | |
Closes #7006. |