pandoc/src/Text/Pandoc
Albert Krewinkel 6a6c3858b4
Org writer: stop using raw HTML to wrap divs
Div's are difficult to translate into org syntax, as there are multiple
div-like structures (drawers, special blocks, greater blocks) which all
have their advantages and disadvantages.  Previously pandoc would
use raw HTML to preserve the full div information; this was rarely
useful and resulted in visual clutter.  Div-rendering was changed to
discard the div's classes and key-value pairs if there is no natural way
to translate the div into an org structure.

Closes: #3771
2017-09-01 00:08:12 +02:00
..
Compat Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Lua Update to hslua-0.8.0 2017-08-16 15:47:05 +02:00
Readers HTML reader: improved handling of figure. 2017-08-30 17:05:12 -07:00
Writers Org writer: stop using raw HTML to wrap divs 2017-09-01 00:08:12 +02:00
App.hs Revision to binary format output to stdout: 2017-08-16 10:39:34 -07:00
Asciify.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
BCP47.hs Added support for translations (localization) (see #3559). 2017-08-11 22:22:31 -07:00
Class.hs Protect OVERLAPS pragma with CPP. 2017-08-20 11:13:42 -07:00
CSS.hs hlint suggestions. 2017-06-02 15:25:39 +02:00
CSV.hs Removed redundant import. 2017-08-11 22:26:23 -07:00
Data.hs Make sure docx/_rels/.rels gets into data files. 2017-04-02 23:29:58 +02:00
Emoji.hs
Error.hs Rewrote LaTeX reader with proper tokenization. 2017-07-07 12:36:00 +02:00
Extensions.hs Markdown reader: use CommonMark rules for list item nesting. 2017-08-19 15:45:01 -07:00
Highlighting.hs hlint suggestions. 2017-06-02 15:25:39 +02:00
ImageSize.hs hlint suggestions. 2017-06-02 15:25:39 +02:00
Logging.hs LaTeX reader: implement \newtoggle, \iftoggle, \toggletrue|false 2017-08-18 10:13:41 -07:00
Lua.hs Text.Pandoc.Lua: fix fallback functions with GHC 7.8 2017-08-23 09:43:49 +02:00
MediaBag.hs Use foldrWithKey instead of deprecated foldWithKey. 2017-07-13 23:37:21 +02:00
MIME.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
Options.hs Remove writerUserDataDir from WriterOptions. 2017-08-10 23:46:59 -07:00
Parsing.hs RST reader: handle blank lines correctly in line blocks (#3881) 2017-08-28 07:48:46 -07:00
PDF.hs Fix import in PDF. 2017-08-16 10:13:16 -07:00
Pretty.hs Fix `blanklines' documentation (#3843) 2017-08-08 08:44:18 -07:00
Process.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
Readers.hs Remove GFM modules; use CMarkGFM for both gfm and commonmark. 2017-08-07 23:11:14 -07:00
SelfContained.hs Shared: Provide custom isURI that rejects unknown schemes [isURI] 2017-05-23 09:48:11 +02:00
Shared.hs Added support for translations (localization) (see #3559). 2017-08-11 22:22:31 -07:00
Slides.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
Templates.hs Added support for translations (localization) (see #3559). 2017-08-11 22:22:31 -07:00
Translations.hs Added Listing to Term. 2017-08-12 13:19:50 -07:00
UTF8.hs UTF8: export fromText, fromTextLazy. 2017-06-10 16:05:56 +02:00
UUID.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
Writers.hs Remove GFM modules; use CMarkGFM for both gfm and commonmark. 2017-08-07 23:11:14 -07:00
XML.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00