aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Muse reader: do not allow headers in blockquotes (#3831)Alexander Krotov1-1/+1
2017-08-03Muse reader: do not parse blocks inside comments (#3828)Alexander Krotov1-1/+1
2017-07-25Merge branch 'textcolor-support' of https://github.com/schrieveslaach/pandoc ...John MacFarlane1-0/+20
2017-07-24LaTeX reader: support etoolbox's ifstrequal.John MacFarlane1-0/+13
2017-07-24LaTeX reader: removed code for non-exported 'macro'.John MacFarlane1-8/+0
2017-07-24LaTeX reader: Removed 'macro'.John MacFarlane2-11/+2
2017-07-24LaTeX reader: some improvements in macro parsing.John MacFarlane1-19/+19
2017-07-24Refactored some common code in LaTeX reader.John MacFarlane1-37/+15
2017-07-22HTML Reader: parse figure and figcaption (#3813)Mauro Bieg1-0/+20
2017-07-21LaTeX reader: improved heuristic for raw block/inline.John MacFarlane1-2/+18
2017-07-21Added TikiWiki reader (#3800)rlpowell1-0/+658
2017-07-21Muse reader: fix reading of lists inside tags (#3802)Alexander Krotov1-3/+2
2017-07-21LaTeX reader: handle optional args in raw `\titleformat`.John MacFarlane1-8/+15
2017-07-19LaTeX reader: fixed regression with starred environment names.John MacFarlane1-14/+3
2017-07-13Add LaTeX xspace support (#3797)schrieveslaach1-0/+12
2017-07-13Merge branch 'master' of https://github.com/jgm/pandoc into textcolor-supportMarc Schreiber22-1196/+3177
2017-07-12Fixed #3760. (#3784)Yuchen Pei1-6/+26
2017-07-12Remove redundant imports (#3796)Alexander Krotov1-1/+1
2017-07-12Make sure \write18 is parsed as raw LaTeX.John MacFarlane1-7/+9
2017-07-11HTML reader: Ensure that paragraphs are closed properly...John MacFarlane1-0/+2
2017-07-07Use takeP in LaTeX reader.John MacFarlane1-4/+4
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane9-1095/+1720
2017-06-30Make `east_asian_line_breaks` affect all readers/writers.John MacFarlane1-2/+1
2017-06-28Muse reader: parse indented blockquotes (#3769)Alexander Krotov1-1/+22
2017-06-27Require nonempty alt text for `implicit_figures`.John MacFarlane1-1/+2
2017-06-27RST reader: support anchors.John MacFarlane1-1/+23
2017-06-27RST reader: Handle chained link definitions.John MacFarlane1-7/+20
2017-06-27HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed1-0/+9
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-12Merge branch 'master' into textcolor-supportschrieveslaach34-1822/+1252
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