diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-16 22:16:41 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-16 22:16:41 +0100 |
commit | c93d069d49fcf724fc59405b82587d608724c2c6 (patch) | |
tree | ac4e8f7bd9168ff13c42991f00d43ffb7b33bd26 /data/abbreviations | |
parent | 2fe806e9ac54a6733222df9369c890b92df92ff4 (diff) | |
download | pandoc-c93d069d49fcf724fc59405b82587d608724c2c6.tar.gz |
Add default abbreviations file (data/abbreviations).
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).
Diffstat (limited to 'data/abbreviations')
-rw-r--r-- | data/abbreviations | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/abbreviations b/data/abbreviations new file mode 100644 index 000000000..0d346226f --- /dev/null +++ b/data/abbreviations @@ -0,0 +1,28 @@ +Mr. +Mrs. +Ms. +Capt. +Dr. +Prof. +Gen. +Gov. +e.g. +i.e. +Sgt. +St. +vol. +vs. +Sen. +Rep. +Pres. +Hon. +Rev. +Ph.D. +M.D. +M.A. +p. +pp. +ch. +sec. +cf. +cp. |