diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-25 22:23:15 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-25 22:23:15 +0100 |
commit | c44ad0710a6aecc064be39d07a0dda69eac2f1d8 (patch) | |
tree | 7c59a380182dd6084efd2c4b8db915a744d44a79 | |
parent | 1d659bec015774d0ec8bdd54d4975bdcacf657a2 (diff) | |
download | pandoc-c44ad0710a6aecc064be39d07a0dda69eac2f1d8.tar.gz |
Ms writer: added TODO comment.
-rw-r--r-- | src/Text/Pandoc/Writers/Ms.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Writers/Ms.hs b/src/Text/Pandoc/Writers/Ms.hs index 2ff83ed96..d70968d08 100644 --- a/src/Text/Pandoc/Writers/Ms.hs +++ b/src/Text/Pandoc/Writers/Ms.hs @@ -31,6 +31,9 @@ TODO: [ ] is there a way to avoid the extra space between internal links and following punctuation? + internal links followed by a space also cause bad formatting + (a line break) + but adding \c at the end of the link text doesn't seem to work [ ] manually create TOC including internal links and pdf outline bookmarks? See http://pipeline.lbl.gov/code/3rd_party/licenses.win/groff/1.19.2/pdf/pdfmark.pdf |