diff options
author | Björn Buckwalter <bjorn.buckwalter@gmail.com> | 2018-03-19 03:35:32 +0900 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-18 11:35:32 -0700 |
commit | daef5530b43d26de9590ac7f7ab4ef261a1c287e (patch) | |
tree | c1352d6a69011efdbdbd470aa6a8812529fe0e85 | |
parent | ec47079d3e58821dbf0edde6fde1b40b1279d750 (diff) | |
download | pandoc-daef5530b43d26de9590ac7f7ab4ef261a1c287e.tar.gz |
Missing backticks (#4462)
-rw-r--r-- | changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1696,7 +1696,7 @@ pandoc (2.0) directory. However, the working directory must be explicitly specified if the `--resource-path` option is used. - * Added --abbreviations=FILE option for custom abbreviations file + * Added `--abbreviations=FILE` option for custom abbreviations file (#256). Default abbreviations file (`data/abbreviations`) contains a list of strings that will be recognized by pandoc's Markdown parser as abbreviations. (A nonbreaking space will |