diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-26 20:04:46 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-26 20:04:46 +0200 |
commit | 51ab1bf2700f23e881aa06c638da4d3606fa22a4 (patch) | |
tree | a4b61156c7d6a046e3a7953506bd6955ae7e5384 /src/Text | |
parent | 0eb62f03fe5cc65534a30bb1f66362e85992c55a (diff) | |
download | pandoc-51ab1bf2700f23e881aa06c638da4d3606fa22a4.tar.gz |
Ms writer: update TODO comments.
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Pandoc/Writers/Ms.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Text/Pandoc/Writers/Ms.hs b/src/Text/Pandoc/Writers/Ms.hs index 1fd8bb344..be191c7da 100644 --- a/src/Text/Pandoc/Writers/Ms.hs +++ b/src/Text/Pandoc/Writers/Ms.hs @@ -29,9 +29,6 @@ Conversion of 'Pandoc' documents to groff ms format. TODO: -[ ] 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 [ ] use base URL to construct absolute URLs from relative ones for external links [ ] is there a better way to do strikeout? |