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
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
2018-04-22
RST reader: allow < 3 spaces indent under directives.
John MacFarlane
1
-3
/
+7
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-1
/
+0
2018-03-14
RST reader: Allow unicode bullet characters.
John MacFarlane
1
-1
/
+1
2018-01-20
RST reader: fix parsing of headers with trailing space.
John MacFarlane
1
-1
/
+1
2018-01-19
hlint code improvements.
John MacFarlane
1
-4
/
+4
2018-01-14
RST reader: add aligned environment when needed in math.
John MacFarlane
1
-2
/
+7
2018-01-10
RST reader: better handling for headers with an anchor.
John MacFarlane
1
-2
/
+12
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-24
RST reader: allow empty list items (as docutils does).
John MacFarlane
1
-2
/
+2
2017-12-14
RST reader: more accurate parsing of references.
John MacFarlane
1
-36
/
+24
2017-11-14
RST reader: better support for 'container' directive.
John MacFarlane
1
-1
/
+3
2017-10-29
Source code reformatting.
John MacFarlane
1
-6
/
+5
2017-10-29
More hlint fixes.
John MacFarlane
1
-50
/
+46
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-21
/
+21
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
1
-1
/
+1
2017-08-27
RST reader: Fixed `..include::` directive.
John MacFarlane
1
-9
/
+9
2017-08-17
RST reader/writer: support unknown interpreted text roles...
John MacFarlane
1
-4
/
+2
2017-08-10
RST reader: implement csv-table directive.
John MacFarlane
1
-45
/
+56
2017-08-10
RST reader: Basic support for csv-table directive.
John MacFarlane
1
-0
/
+52
2017-08-09
RST reader: reorganize block parsers for ~20% faster parsing.
John MacFarlane
1
-3
/
+4
2017-08-09
Removed spurious comments.
John MacFarlane
1
-4
/
+0
2017-08-08
RST reader: support :widths: attribute for table directive.
John MacFarlane
1
-3
/
+13
2017-06-27
RST reader: support anchors.
John MacFarlane
1
-1
/
+23
2017-06-27
RST reader: Handle chained link definitions.
John MacFarlane
1
-7
/
+20
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
1
-1
/
+1
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-2
/
+5
2017-05-28
RST reader: use anyLineNewline in rawListItem (#3702)
Alexander Krotov
1
-2
/
+2
2017-05-24
Parsing: Provide parseFromString'.
John MacFarlane
1
-25
/
+25
2017-05-23
RST reader: reformatting (code line length).
John MacFarlane
1
-23
/
+47
2017-05-23
RST Reader: parse list table directive (#3688)
keiichiro shikano
1
-1
/
+28
2017-05-22
Move indentWith to Text.Pandoc.Parsing (#3687)
Alexander Krotov
1
-9
/
+0
2017-05-20
RST reader: make use of anyLineNewline (#3686)
Alexander Krotov
1
-2
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-02
Generalize tableWith, gridTableWith
Albert Krewinkel
1
-3
/
+9
[next]