aboutsummaryrefslogtreecommitdiff
path: root/test/command/853.md
AgeCommit message (Collapse)AuthorFilesLines
2017-03-03RST reader: support RST-style citations.John MacFarlane1-0/+18
The citations appear at the end of the document as a definition list in a special div with id `citations`. Citations link to the definitions. Added stateCitations to ParserState. Closes #853.