summaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-25 22:23:15 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-25 22:23:15 +0100
commitc44ad0710a6aecc064be39d07a0dda69eac2f1d8 (patch)
tree7c59a380182dd6084efd2c4b8db915a744d44a79 /src/Text
parent1d659bec015774d0ec8bdd54d4975bdcacf657a2 (diff)
Ms writer: added TODO comment.
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/Writers/Ms.hs3
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