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
/
Markdown
/
Inline.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-03
Improve Markdown writer escaping.
John MacFarlane
1
-18
/
+19
2021-11-15
Markdown writer: don't create autolinks when this loses information.
John MacFarlane
1
-1
/
+4
2021-11-04
Allow `plain` to be used in raw attribute syntax.
John MacFarlane
1
-1
/
+2
2021-10-05
Avoid bad wraps in markdown writer at the Doc Text level.
John MacFarlane
1
-22
/
+23
2021-09-19
Markdown writer: use `underline` class rather than `ul` for underline.
John MacFarlane
1
-1
/
+1
2021-08-03
Stop using the HTTP package. (#7456)
mt_caret
1
-3
/
+3
2021-06-05
CommonMark writer: do not throw away attributes when Ext_attributes is enabled
Jan Tojnar
1
-10
/
+12
2021-06-05
Markdown writer: re-use functions from Inline
Jan Tojnar
1
-1
/
+3
2021-05-16
Markdown writer: fewer unneeded escapes for `#`.
John MacFarlane
1
-2
/
+11
2021-05-16
Markdown writer: improve escaping of `@`.
John MacFarlane
1
-1
/
+1
2021-05-13
Implement curly-brace syntax for Markdown citation keys.
John MacFarlane
1
-2
/
+7
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
1
-6
/
+3
2021-03-02
Split up T.P.Writers.Markdown...
John MacFarlane
1
-0
/
+601