index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tests
/
Readers
/
Muse.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-2
/
+1
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
1
-74
/
+46
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-30
/
+46
2020-04-15
Implement the new Table type
despresc
1
-28
/
+50
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2019-10-15
Muse reader: do not allow closing asterisks to be followed by "*"
Alexander Krotov
1
-3
/
+23
2019-10-15
Muse reader: do not split series of asterisks into symbols and emphasis
Alexander Krotov
1
-0
/
+8
2019-10-15
Muse reader: do not terminate emphasis on "*" not followed by space
Alexander Krotov
1
-0
/
+4
2019-10-04
hlint Muse reader tests
Alexander Krotov
1
-1
/
+1
2019-07-14
Muse: add RTL support
Alexander Krotov
1
-0
/
+3
2019-06-09
Muse reader: test that links inside image descriptions work
Alexander Krotov
1
-0
/
+3
2019-05-25
Muse reader: allow images inside link descriptions
Alexander Krotov
1
-0
/
+3
2019-02-18
Muse reader: add secondary note support
Alexander Krotov
1
-0
/
+17
2019-02-06
Muse reader: test that block level markup does not break <verbatim>
Alexander Krotov
1
-0
/
+7
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-0
/
+11
2018-12-25
Muse reader tests: test #cover directive
Alexander Krotov
1
-0
/
+5
2018-11-14
Muse reader: trim whitespace before parsing grid table cells
Alexander Krotov
1
-0
/
+11
2018-11-14
Muse reader: add grid tables support
Alexander Krotov
1
-0
/
+43
2018-10-28
Muse: Make tables round-trip
Alexander Krotov
1
-2
/
+16
2018-10-28
Muse reader: try to parse lists before trying to parse table
Alexander Krotov
1
-0
/
+12
2018-10-27
Remove misleading comment from Muse reader tests
Alexander Krotov
1
-1
/
+0
2018-10-27
Muse reader: forbid whitespace after opening and before closing markup elements
Alexander Krotov
1
-2
/
+10
2018-10-26
Muse reader: parse page breaks
Alexander Krotov
1
-0
/
+8
2018-10-22
Muse reader: allow footnotes to start with empty line
Alexander Krotov
1
-0
/
+17
2018-10-21
Muse reader: allow empty headers
Alexander Krotov
1
-0
/
+7
2018-10-17
Muse reader: allow examples to be indented with tabs
Alexander Krotov
1
-0
/
+8
2018-10-17
Muse reader: remove indentation from examples indicated by {{{ and }}}
Alexander Krotov
1
-0
/
+6
2018-10-15
Only override --quickcheck-tests=N if N is not default value (100).
John MacFarlane
1
-1
/
+6
2018-10-10
Test that Muse reader can parse code with = sign inside
Alexander Krotov
1
-0
/
+2
2018-10-10
Muse reader: fix parsing of empty cells
Alexander Krotov
1
-0
/
+11
2018-10-05
Muse reader: allow table caption to contain "+"
Alexander Krotov
1
-0
/
+8
2018-09-27
HTML, Muse reader tests: reduce time taken by round-trip test.
John MacFarlane
1
-1
/
+1
2018-09-22
Muse reader tests: more tests
Alexander Krotov
1
-0
/
+12
2018-09-21
Muse reader: do not allow code markup to be followed by digit
Alexander Krotov
1
-0
/
+4
2018-09-11
Muse reader tests: accept Blocks instead of Block in round trip test
Alexander Krotov
1
-2
/
+2
2018-09-06
Muse reader: close the </quote> in indented tag test
Alexander Krotov
1
-1
/
+2
2018-09-04
Remove redundant $
Alexander Krotov
1
-1
/
+1
2018-09-02
Muse reader: autonumber sections in the correct order
Alexander Krotov
1
-0
/
+12
2018-09-02
Muse reader: allow newline after opening "*" or "**"
Alexander Krotov
1
-0
/
+8
2018-08-31
Muse reader: parse <verse> tag in one pass
Alexander Krotov
1
-0
/
+6
2018-08-30
Fix a typo: s/afeter/after/
Alexander Krotov
1
-1
/
+1
2018-08-12
Muse reader: don't allow digits after closing marker in lightweight markup
Alexander Krotov
1
-0
/
+4
2018-05-31
Muse reader: add support for floating images
Alexander Krotov
1
-0
/
+6
2018-05-31
Muse reader: add support for images with specified width
Alexander Krotov
1
-0
/
+6
2018-05-30
Muse reader: parse image URLs without "guard" and "takeExtension"
Alexander Krotov
1
-0
/
+3
2018-05-27
Muse reader: test image with space in filename
Alexander Krotov
1
-0
/
+3
2018-04-26
Muse reader: allow nested footnotes
Alexander Krotov
1
-0
/
+9
2018-04-19
Muse reader: allow "-" in anchors
Alexander Krotov
1
-0
/
+5
2018-04-16
Muse reader: allow verse to be indented
Alexander Krotov
1
-0
/
+18
2018-04-16
Fix a typo in Muse reader testsuite comment
Alexander Krotov
1
-1
/
+1
[next]