diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-25 20:57:45 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-25 20:57:45 +0100 |
commit | ce4bb68967eee557f49e78f276a277d3c4db0a13 (patch) | |
tree | 51c1671296f63df25f9c313177a08aa3699d093a | |
parent | ed6249bd0b36613c293f9a7c5cb6df869d3b52e8 (diff) | |
download | pandoc-ce4bb68967eee557f49e78f276a277d3c4db0a13.tar.gz |
Ms writer: revise TODO comments.
-rw-r--r-- | src/Text/Pandoc/Writers/Ms.hs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Text/Pandoc/Writers/Ms.hs b/src/Text/Pandoc/Writers/Ms.hs index d5f323b5e..b95878c30 100644 --- a/src/Text/Pandoc/Writers/Ms.hs +++ b/src/Text/Pandoc/Writers/Ms.hs @@ -29,27 +29,11 @@ Conversion of 'Pandoc' documents to groff ms format. TODO: -[ ] for links, emails, consider using macros from www: man groff_www - alo has a raw html macro and support for images. -[ ] consider using a custom macro package for pandoc (perhaps if - a variable is set?) [ ] is there a better way to do strikeout? [ ] options for hyperlink rendering (currently footnote) -[ ] can we get prettier output using .B, etc. instead of - the inline forms? [ ] tight/loose list distinction [ ] internal hyperlinks (this seems to be possible since they exist in the groff manual PDF version) -[ ] better template, with configurable page number, - columns, etc. -[ ] support for images? gropdf (and maybe pdfroff) supports the tag - \X'pdf: pdfpic file alignment width height line-length' - and also seems to support bookmarks. - note that in the groff_www macros, .PIMG allows a png to - be specified and converts it automatically to eps for - ps output - NB. -U (unsafe mode) is needed for groff invocations if this - functionality is used -} module Text.Pandoc.Writers.Ms ( writeMs ) where |