aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-13Markdown reader: don't parse footnote body unless extension enabled.John MacFarlane1-18/+20
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc47-2307/+2427
2019-11-11Markdown reader: fix small super/subscript issue.John MacFarlane1-2/+6
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres1-4/+11
2019-11-07DocBook reader: Fix bug with entities in mathphrase element.John MacFarlane1-4/+2
2019-11-07Change merge behavior for metadata.John MacFarlane1-1/+3
2019-11-04Removed an unnecessary unpack.John MacFarlane1-1/+1
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore1-5/+7
2019-11-03Docx reader: Only use LTR when it is overriding BiDi settingJesse Rosenthal3-2/+14
2019-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane1-1/+8
2019-11-02RST reader: avoid spurious warning...John MacFarlane1-1/+1
2019-11-02LaTeX reader: Fixed dollar-math parsing...John MacFarlane1-9/+9
2019-11-02LaTeX untokenize: Ensure space between control sequence and following letter.John MacFarlane2-2/+15