aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-06-26minor updates to vimwiki reader. (#3759)Yuchen Pei1-7/+6
2017-06-26Muse reader: fix horizontal rule parsing (#3762)Alexander Krotov1-2/+4
2017-06-26Muse reader: simplify para implementation (#3761)Alexander Krotov1-3/+1
2017-06-25Muse reader: Require space before and after '=' for code (#3758)Alexander Krotov1-3/+10
2017-06-23Added comment in source.John MacFarlane1-0/+3
2017-06-23Markdown reader: interpret YAML metadata as Inlines when possible.John MacFarlane1-12/+13
2017-06-23Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane1-9/+33
2017-06-20Removed an 'error' bomb.John MacFarlane1-1/+4
2017-06-20Odt reader: replaced collectRights with rights from Data.Either.John MacFarlane2-6/+2
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane14-94/+105
2017-06-20Muse reader: check that headers start at the first column (#3749)Alexander Krotov1-0/+2
2017-06-19Vimwiki reader: adjusted for changes in trace.John MacFarlane1-5/+3
2017-06-19Separated tracing from logging.John MacFarlane6-21/+12
2017-06-19Muse reader: fix list item continuation parsing (#3747)Alexander Krotov1-2/+2
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei1-0/+655
2017-06-19Add Muse reader (#3620)Alexander Krotov1-0/+577
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane5-5/+5
2017-06-11Don't allow backslash + newline to affect block structure.John MacFarlane1-3/+8
2017-06-11Rewrote HTML reader to use Text throughout.John MacFarlane1-137/+194
2017-06-11Support for \faCheck and \faClose (#3727)schrieveslaach1-0/+3
2017-06-10Changed all readers to take Text instead of String.John MacFarlane15-42/+68
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel5-26/+24
2017-06-03Org reader: apply hlint suggestionsAlbert Krewinkel7-89/+84
2017-06-02Fixed HTML reader.John MacFarlane1-2/+3
2017-06-01HTML reader: Use sets instead of lists for block tag lookup.John MacFarlane1-50/+43
2017-06-01HTML reader: Removed "button" from block tag list.John MacFarlane1-1/+1
2017-06-01LaTeX reader: handle some width specifiers on table columns.John MacFarlane1-3/+13
2017-06-01LaTeX reader: more table refactoring.John MacFarlane1-12/+13
2017-06-01LaTeX reader: Small refactoring of table parsing code.John MacFarlane1-16/+18
2017-06-01LaTeX reader: Handle block structure inside table cells.John MacFarlane1-18/+18
2017-06-01Merge pull request #3714 from tarleb/odt-reader-cleanupJohn MacFarlane7-902/+4
2017-05-31Org reader: respect export option for tagsAlbert Krewinkel3-2/+8
2017-05-31Org reader: include tags in headlinesAlbert Krewinkel1-6/+16
2017-05-31Org reader: recognize babel result blocks with attributesAlbert Krewinkel2-22/+22
2017-05-31Org reader: fix module names in haddock commentsAlbert Krewinkel7-9/+8
2017-05-31Odt reader: remove dead codeAlbert Krewinkel7-902/+4
2017-05-30Added eastAsianLineBreakFilter to Shared.John MacFarlane1-11/+1
2017-05-29LaTeX reader: handle escaped & inside table cell.John MacFarlane1-3/+5
2017-05-29LaTeX reader: don't crash on empty enumerate environment.John MacFarlane1-1/+1
2017-05-29Merge pull request #3704 from labdsf/anylinenewlineJohn MacFarlane1-4/+3
2017-05-28Markdown reader: use anyLineNewlineAlexander Krotov1-4/+3
2017-05-28Org reader: Fix cite parsing behaviourHerwig Stuetz1-2/+10
2017-05-28Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz3-5/+5
2017-05-28RST reader: use anyLineNewline in rawListItem (#3702)Alexander Krotov1-2/+2
2017-05-27Markdown writer: changes to `--reference-links`.John MacFarlane1-2/+6
2017-05-27Org reader: subject full doc tree to headline transformationsAlbert Krewinkel2-6/+37
2017-05-25Added `spaced_reference_links` extension.John MacFarlane1-3/+5
2017-05-25Markdown reader: warn for notes defined but not used.John MacFarlane1-6/+14
2017-05-25MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane1-1/+10
2017-05-25MediaWiki reader: Make smart double quotes depend on `smart` extension.John MacFarlane1-1/+3