From 916ce4d51121e0529b938fda71f37e947882abe5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 4 Mar 2021 16:22:08 -0800 Subject: Revert "Relax `--abbreviations` rules so that a period isn't required." This reverts commit e461b7dd45f717f3317216c7d3207a1d24bf1c85. Ill-advised change. This doesn't work because we parse strings in chunks. --- MANUAL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MANUAL.txt') diff --git a/MANUAL.txt b/MANUAL.txt index 667a784e0..52b82a3d0 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -691,9 +691,9 @@ header when requesting a document from a URL: system default, use `pandoc --print-default-data-file=abbreviations`. The only use pandoc makes of this list is in the Markdown reader. - Strings found in this list will be followed by a nonbreaking - space, and the period will not produce sentence-ending space - in formats like LaTeX. The strings may not contain spaces. + Strings ending in a period that are found in this list will + be followed by a nonbreaking space, so that the period will + not produce sentence-ending space in formats like LaTeX. [`pandocfilters`]: https://github.com/jgm/pandocfilters [PHP]: https://github.com/vinai/pandocfilters-php -- cgit v1.2.3