index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tests
/
Readers
/
RST.hs
Age
Commit message (
Expand
)
Author
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-02-23
Tests: improve location reporting of failing tests
Albert Krewinkel
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-11-18
RST reader: handle class attribute for for custom roles (#7700)
willj-dev
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2019-01-09
RST reader: change treatment of `number-lines` directives. (#5207)
Brian Leung
2019-01-08
Removed superfluous sourceCode class on code blocks.
John MacFarlane
2018-09-18
parse rST inlines containing newlines closing #4912
danse
2018-08-05
RST reader: improve parsing of inline interpreted text roles.
John MacFarlane
2018-07-24
RST reader: remove support for nested inlines.
danse
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-17
hlint fixes.
John MacFarlane
2018-01-19
hlint code improvements.
John MacFarlane
2017-08-28
RST reader: handle blank lines correctly in line blocks (#3881)
Alexander
2017-08-17
RST reader/writer: support unknown interpreted text roles...
John MacFarlane
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
2017-03-14
Use tasty for tests rather than test-framework.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-04
Moved tests/ -> test/.
John MacFarlane