Markdown reader: Added cf. and cp. to list of likely abbreviations.
This commit is contained in:
parent
927b5997d8
commit
0dab912c22
1 changed files with 1 additions and 1 deletions
|
@ -1131,7 +1131,7 @@ likelyAbbrev x =
|
|||
"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." ]
|
||||
"ch.", "sec.", "cf.", "cp."]
|
||||
abbrPairs = map (break (=='.')) abbrevs
|
||||
in map snd $ filter (\(y,_) -> y == x) abbrPairs
|
||||
|
||||
|
|
Loading…
Reference in a new issue