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
/
Writers
/
Muse.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-0
/
+7
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-1
/
+1
2020-04-15
Remove the onlySimpleCellBodies function from Shared
despresc
1
-1
/
+1
2020-04-15
Implement the new Table type
despresc
1
-4
/
+5
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-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-108
/
+114
2019-10-04
hlint Muse writer
Alexander Krotov
1
-1
/
+1
2019-09-28
More throwError in place of fail.
John MacFarlane
1
-1
/
+2
2019-09-28
Replace some more fails with throwErrors.
John MacFarlane
1
-1
/
+2
2019-09-28
Use throwError instead of fail when appropriate.
John MacFarlane
1
-1
/
+4
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
1
-3
/
+3
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-28
/
+28
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-4
/
+5
2019-07-14
Muse: add RTL support
Alexander Krotov
1
-5
/
+9
2019-05-27
consolidate simple-table detection (#5524)
Mauro Bieg
1
-11
/
+1
2019-05-25
Muse writer: do not escape empty line after <br>
Alexander Krotov
1
-4
/
+5
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-18
hlint Muse
Alexander Krotov
1
-2
/
+2
2019-02-18
Muse writer: escape secondary notes
Alexander Krotov
1
-7
/
+10
2019-02-18
Move a comment in Muse Writer
Alexander Krotov
1
-1
/
+1
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-11-15
Muse writer: output tables as grid tables if they have multi-line cells
Alexander Krotov
1
-1
/
+13
2018-11-14
Muse writer: indent simple tables only on the top level
Alexander Krotov
1
-4
/
+5
2018-11-14
Muse writer: simplify "simpleTable"
Alexander Krotov
1
-7
/
+4
2018-11-14
Muse writer: remove outdated comments
Alexander Krotov
1
-3
/
+0
2018-11-13
Muse writer: output tables with one column as grid tables
Alexander Krotov
1
-1
/
+1
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-1
/
+1
2018-11-06
hlint Muse writer
Alexander Krotov
1
-1
/
+1
2018-11-05
Muse writer: add support for --reference-location=
Alexander Krotov
1
-6
/
+44
2018-10-25
Muse writer: add support for grid tables
Alexander Krotov
1
-23
/
+35
2018-10-23
Fix Muse writer style
Alexander Krotov
1
-42
/
+42
2018-10-23
Muse writer: use length instead of realLength to calculate definition indenta...
Alexander Krotov
1
-1
/
+2
2018-10-23
Muse writer: do not insert newline before lists
Alexander Krotov
1
-3
/
+3
2018-10-23
Muse writer: code cleanup
Alexander Krotov
1
-4
/
+2
2018-10-22
Reduce code duplication in Muse writer
Alexander Krotov
1
-34
/
+18
2018-10-22
hlint Muse writer
Alexander Krotov
1
-5
/
+3
2018-10-21
Muse writer: use lightweight markup after </em> tag
Alexander Krotov
1
-0
/
+1
2018-10-09
hlint Muse writer
Alexander Krotov
1
-4
/
+4
2018-09-16
Muse writer: replace newlines in strings with spaces
Alexander Krotov
1
-1
/
+7
2018-09-16
Muse writer: output headers without asterisks if not on the top level
Alexander Krotov
1
-2
/
+3
2018-09-12
Muse writer: never wrap definition list terms
Alexander Krotov
1
-1
/
+1
2018-09-11
Muse writer: set envInsideBlock = True when rendering notes
Alexander Krotov
1
-1
/
+2
2018-09-11
Muse writer: use "" instead of [] for empty String
Alexander Krotov
1
-1
/
+1
2018-09-11
Muse writer: check for whitespace in the beginning and end of Str's
Alexander Krotov
1
-0
/
+2
2018-09-11
Muse writer: escape -, ; and > in the beginning of strings
Alexander Krotov
1
-3
/
+6
2018-09-11
Muse writer: escape list markers in the beginning of notes
Alexander Krotov
1
-1
/
+4
2018-09-11
Muse writer: normalize inline list before testing if tags should be used
Alexander Krotov
1
-19
/
+18
[next]