pandoc/src/Text/Pandoc/Readers
Albert Krewinkel 33a1e4ae1a
Org reader: include tags in headlines
The Emacs default is to include tags in the headline when exporting.
Instead of just empty spans, which contain the tag name as attribute,
tags are rendered as small caps and wrapped in those spans.
Non-breaking spaces serve as separators for multiple tags.
2017-05-31 20:43:30 +02:00
..
Docx Update dates in copyright notices 2017-05-13 23:30:13 +02:00
Odt Shared: rename compactify', compactify'DL -> compactify, compactifyDL. 2017-01-27 21:36:45 +01:00
Org Org reader: include tags in headlines 2017-05-31 20:43:30 +02:00
CommonMark.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
DocBook.hs Working on readers. 2017-01-25 17:07:40 +01:00
Docx.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
EPUB.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
Haddock.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
HTML.hs HTML reader: Add details tag to list of block tags. 2017-05-24 12:11:12 +02:00
LaTeX.hs LaTeX reader: handle escaped & inside table cell. 2017-05-29 22:47:04 +02:00
Markdown.hs Added eastAsianLineBreakFilter to Shared. 2017-05-30 10:22:48 +02:00
MediaWiki.hs MediaWiki reader: don't do curly quotes inside <tt> contexts. 2017-05-25 09:35:25 +02:00
Native.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
Odt.hs Readers: pass errors straight up to PandocMonad. 2017-01-25 17:07:40 +01:00
OPML.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
Org.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
RST.hs RST reader: use anyLineNewline in rawListItem (#3702) 2017-05-28 09:29:37 +02:00
Textile.hs Parsing: many1Till: Check for the end condition before parsing 2017-05-28 18:08:11 +02:00
TWiki.hs Parsing: many1Till: Check for the end condition before parsing 2017-05-28 18:08:11 +02:00
Txt2Tags.hs Parsing: Provide parseFromString'. 2017-05-24 22:41:47 +02:00