Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-09 | Removed etc. from abbreviations file. | John MacFarlane | 1 | -1/+0 | |
Reason: often etc. ends a sentence, and we want the . to be treated as a sentence-ending period. | |||||
2017-11-03 | Added a few abbreviations and sorted the list. (#3984) | Wandmalfarbe | 1 | -19/+42 | |
2017-03-16 | Add default abbreviations file (data/abbreviations). | John MacFarlane | 1 | -0/+28 | |
This contains a list of strings that will be recognized by pandoc's Markdown parser as abbreviations. (A nonbreaking space will be inserted after the period, preventing a sentence space in formats like LaTeX.) Users can override the default by putting a file abbreviations in their user data directory (`~/.pandoc` on *nix). |