aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel58-113/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel42-44/+44
2020-03-13Jira reader: support colored inline text, indented listsAlbert Krewinkel1-0/+2
2020-03-05Fix parsing of `\'` in man/ms readers.John MacFarlane1-1/+1
2020-03-05Fix parsing of `\.` in man/ms readers.John MacFarlane1-1/+1
2020-02-21Fix table alignment when heading begins with t.John MacFarlane1-1/+1
2020-02-17Revert "Allow specifying string value in metadata using `!!literal` tag."John MacFarlane1-6/+4
2020-02-17Allow specifying string value in metadata using `!!literal` tag.John MacFarlane1-4/+6
2020-02-13A bit more cleanup (#6141)Joseph C. Sible2-27/+25
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot1-4/+11
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane2-23/+36
2020-02-12HTML reader: don't parse `data-id` as `id` attribute.John MacFarlane1-1/+9
2020-02-11LaTeX reader: resolve `\ref` to table numbers.John MacFarlane2-25/+43
2020-02-08Org reader: simplify parsing of sub- and superscriptsAlbert Krewinkel1-11/+11
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible1-1/+1
2020-02-08Clean up after "hlint --refactor" (#6129)Joseph C. Sible1-2/+2
2020-02-08More cleanup (#6130)Joseph C. Sible1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane13-43/+35
2020-02-07Resolve HLint warningsAlbert Krewinkel14-43/+32
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible9-32/+31
2020-02-06Use traverse instead of reimplementing it (#6124)Joseph C. Sible1-3/+1
2020-02-05Simplify an overcomplicated filtering function (#6115)Joseph C. Sible1-1/+1
2020-02-05LaTeX reader: skip comments in more places where this is needed.John MacFarlane2-19/+21
2020-02-04Remove our bool function (#6116)Joseph C. Sible2-9/+1
2020-02-03Allow & in LaTeX citation keys.John MacFarlane1-1/+1
2020-02-03Swap suboptimal uses of maybe and fromMaybe (#6111)Joseph C. Sible2-3/+3
2020-02-03Clean up a confusing triple negative (#6102)Joseph C. Sible1-5/+5
2020-02-01Text.Pandoc.Readers.CSV - reuse CSV parser from Text.Pandoc.CSV.John MacFarlane1-65/+5
2020-01-31csv reader: allow empty cells.John MacFarlane1-7/+5
2020-01-31Add Text.Pandoc.Readers.CSV (readCSV).John MacFarlane1-0/+108
2020-01-28Added a try that was needed for the commit fc78be1.John MacFarlane1-1/+1
2020-01-10LaTeX reader: allow beamer overlays for all commands in all raw tex.John MacFarlane1-10/+10
2020-01-08LaTeX reader: improve parsing of raw environments.John MacFarlane1-1/+1
2019-12-27Fix parsing bug affected indented code after raw HTML.John MacFarlane1-8/+10
2019-12-27Add a needed try.John MacFarlane1-2/+3
2019-12-19Org reader: report errors properlyAlbert Krewinkel1-2/+1
2019-12-19Org reader: fix parsing problem for colons in headlineAlbert Krewinkel2-11/+27
2019-12-18Org reader: wrap named table in div, using name as idAlbert Krewinkel1-12/+10
2019-12-17Add jira reader (#5913)Albert Krewinkel1-0/+173
2019-12-17HTML reader: Add "nav" to list of block-level tags.John MacFarlane1-1/+2
2019-12-13Org reader: add table labels to caption if both are presentAlbert Krewinkel1-3/+11
2019-12-05Avoid deprecation warning for minimumDef using CPP.John MacFarlane1-1/+6
2019-11-24Add unexported Text.Pandoc.Readers.Metadata.John MacFarlane2-104/+161
2019-11-21LaTeX reader: parse \micro siunitx unit command (#5921)Jose Luis Duran1-0/+1
2019-11-20Fix typos (#5919)Brian Wignall1-1/+1
2019-11-18DokuWiki reader: parse markup inside monospace ('') (#5917)Alexander Krotov1-2/+2
2019-11-15LaTeX Reader: Add KOMA-Script metadata commands (#5910)Andrew Dunning1-1/+8
2019-11-14Markdown reader: use take1WhileP for table row.John MacFarlane1-1/+1
2019-11-14Markdown reader: Use take1WhileP for str.John MacFarlane1-1/+3
2019-11-13Fix regression introduced by last commit.John MacFarlane1-1/+2