aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev1-8/+16
2021-10-22Use simpleFigure in Readers.Aner Lucero1-2/+2
2021-09-13RST reader: handle escaped colons in reference definitions.John MacFarlane1-1/+2
2021-08-20RST reader: Fix `:literal:` includes.John MacFarlane1-5/+2
2021-07-09RST reader: fix regression with code includes.John MacFarlane1-1/+5
2021-05-09RST reader: seek include files in the directory...John MacFarlane1-1/+3
2021-05-09RST reader: use `insertIncludedFile` from T.P.Parsing...John MacFarlane1-58/+36
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-36/+40
2021-04-28Smarter smart quotes.John MacFarlane1-18/+1
2021-03-09RST reader: fix logic for ending comments.John MacFarlane1-1/+2
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane1-2/+2
2021-01-31RST reader: fix handling of header in CSV tables.John MacFarlane1-4/+5
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-25RST reader: apply `.. class::` directly to following Header.John MacFarlane1-1/+6
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-4/+4
2020-07-21RST reader: fix csv tables with multiline cells.John MacFarlane1-1/+6
2020-07-12RST reader: fix spurious newlines in some attributes from directives.John MacFarlane1-1/+2
2020-07-12RST reader: avoid extra newline in included code blocks.John MacFarlane1-2/+2
2020-06-17RST reader: pass arbitrary attributes through in code blocks.John MacFarlane1-12/+12
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-7/+13
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc1-1/+1
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-22/+19
2020-04-15Implement the new Table typedespresc1-15/+35
2020-04-12RST reader: handle "date::" directive.John MacFarlane1-1/+10
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot1-4/+11
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-8/+6
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-242/+244
2019-11-02RST reader: avoid spurious warning...John MacFarlane1-1/+1
2019-09-29RST reader: don't strip final underscore from absolute URI.John MacFarlane1-3/+7
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-1/+1
2019-09-22RST reader: Fixed parsing of indented blocks.John MacFarlane1-6/+9
2019-08-23RST reader: use title, not admonition-title, for admonition title.John MacFarlane1-1/+1
2019-07-10RST reader: keep `name` property in `imgAttr`. (#5637)Brian Leung1-1/+1
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung1-15/+15
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane1-7/+4
2019-01-08RST reader: handle sourcecode directive as synonynm for code.John MacFarlane1-1/+1
2018-12-31Remove unused HasHeaderMap (#5175)Alexander1-1/+0
2018-10-07RST reader: don't allow single-dash separator in headerless table.John MacFarlane1-1/+3
2018-10-07RST reader: pass through fields in unknown directives as div attributes.John MacFarlane1-17/+20
2018-09-20RST reader: fix bug with internal link targets.John MacFarlane1-1/+1
2018-09-18parse rST inlines containing newlines closing #4912danse1-1/+1
2018-08-29RSTR reader: don't skip link definitions after comments.John MacFarlane1-0/+1
2018-08-05RST reader: improve parsing of inline interpreted text roles.John MacFarlane1-12/+28
2018-07-24RST reader: remove support for nested inlines.danse1-17/+15