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
/
Muse.hs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-69
/
+75
2019-10-15
Muse reader: do not allow closing asterisks to be followed by "*"
Alexander Krotov
1
-2
/
+7
2019-10-15
Muse reader: do not split series of asterisks into symbols and emphasis
Alexander Krotov
1
-0
/
+7
2019-10-15
Muse reader: do not terminate emphasis on "*" not followed by space
Alexander Krotov
1
-2
/
+1
2019-10-04
Fix all hlint warnings in Muse reader
Alexander Krotov
1
-2
/
+2
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
1
-2
/
+2
2019-08-26
Use parseFromString' in Muse reader.
John MacFarlane
1
-1
/
+1
2019-08-26
Fix inline parsing in grid table cells.
John MacFarlane
1
-1
/
+1
2019-07-14
Muse: add RTL support
Alexander Krotov
1
-0
/
+12
2019-05-25
Muse reader: allow images inside link descriptions
Alexander Krotov
1
-5
/
+4
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-18
hlint Muse
Alexander Krotov
1
-1
/
+1
2019-02-18
Muse reader: add secondary note support
Alexander Krotov
1
-5
/
+11
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-12-31
Remove unused HasHeaderMap (#5175)
Alexander
1
-6
/
+0
2018-11-14
Muse reader: trim whitespace before parsing grid table cells
Alexander Krotov
1
-2
/
+2
2018-11-14
Muse reader: add grid tables support
Alexander Krotov
1
-2
/
+31
2018-10-28
Muse reader: try to parse lists before trying to parse table
Alexander Krotov
1
-3
/
+3
2018-10-27
Muse reader: forbid whitespace after opening and before closing markup elements
Alexander Krotov
1
-4
/
+16
2018-10-26
Muse reader: parse page breaks
Alexander Krotov
1
-1
/
+9
2018-10-24
Muse reader: simplify museToPandocTable
Alexander Krotov
1
-6
/
+4
2018-10-22
Muse reader internals: remove unnecessary "skipSpaces"
Alexander Krotov
1
-1
/
+1
2018-10-22
Muse reader: allow footnotes to start with empty line
Alexander Krotov
1
-2
/
+3
2018-10-21
Muse reader: make sure that the whole text is parsed
Alexander Krotov
1
-0
/
+1
2018-10-21
Muse reader: allow empty headers
Alexander Krotov
1
-7
/
+1
2018-10-17
Muse reader: allow examples to be indented with tabs
Alexander Krotov
1
-8
/
+5
2018-10-17
Muse reader: remove indentation from examples indicated by {{{ and }}}
Alexander Krotov
1
-4
/
+7
2018-10-16
Muse reader: simplify "atStart"
Alexander Krotov
1
-5
/
+6
2018-10-16
Muse reader: code cleanup
Alexander Krotov
1
-33
/
+29
2018-10-16
Muse reader: simplify "commonPrefix" implementation
Alexander Krotov
1
-5
/
+1
2018-10-16
Muse reader: simplify emphasis parsing
Alexander Krotov
1
-17
/
+7
2018-10-11
Muse reader internals: don't use "choice" with static list
Alexander Krotov
1
-18
/
+16
2018-10-11
Muse reader: use indentWith to parse indentation
Alexander Krotov
1
-2
/
+2
2018-10-11
Muse reader: move museInPara from state to environment
Alexander Krotov
1
-34
/
+25
2018-10-10
Muse reader internals: merge link and explicit link parsers into one function
Alexander Krotov
1
-13
/
+5
2018-10-10
Muse reader: rewrite code parser in applicative style
Alexander Krotov
1
-8
/
+5
2018-10-10
Muse reader: fix parsing of empty cells
Alexander Krotov
1
-1
/
+1
2018-10-10
Muse reader: simplify table parsing
Alexander Krotov
1
-10
/
+6
2018-10-09
Get rid of mapLeft in Muse reader
Alexander Krotov
1
-3
/
+3
2018-10-09
Muse reader: rewrite parseHtmlContent, verseTag and lineBlock in applicative ...
Alexander Krotov
1
-18
/
+12
2018-10-09
Get rid of unnecessary bind "res"
Alexander Krotov
1
-2
/
+1
2018-10-06
Moved Haddock comment in Muse reader
Alexander Krotov
1
-4
/
+3
2018-10-05
Fixed haddock error in Muse reader.
John MacFarlane
1
-1
/
+2
2018-10-05
Muse reader: remove redundant bracket
Alexander Krotov
1
-1
/
+1
2018-10-05
Muse reader: move museInLink state into ReaderT
Alexander Krotov
1
-11
/
+14
2018-10-05
Muse reader: use getIndent more for code cleanup
Alexander Krotov
1
-7
/
+4
2018-10-05
Muse reader: use getIndent in parseHtmlContent
Alexander Krotov
1
-7
/
+6
[next]