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