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.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-28
Support `--webtex` for `gfm` output.
John MacFarlane
1
-3
/
+2
2017-11-13
Markdown writer: fix bug with doubled footnotes in grid tables.
John MacFarlane
1
-12
/
+22
2017-10-31
Markdown reader: make sure fenced div closers work in lists.
John MacFarlane
1
-1
/
+1
2017-10-31
Make `fenced_divs` affect the Markdown writer.
John MacFarlane
1
-5
/
+13
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-3
/
+3
2017-10-13
markdown writer: always write bracketed_spans' attributes
d-dorazio
1
-2
/
+4
2017-09-07
Markdown writer: Escape pipe characters when `pipe_tables` enabled.
John MacFarlane
1
-0
/
+1
2017-09-05
Markdown writer: make Span with null attribute transparent.
John MacFarlane
1
-4
/
+3
2017-09-04
Plain writer: don't use to separate list and indented code.
John MacFarlane
1
-3
/
+6
2017-08-26
Markdown writer: don't crash on Str "".
John MacFarlane
1
-1
/
+1
2017-08-13
Markdown writer: Use pipe tables if `raw_html` disabled...
John MacFarlane
1
-2
/
+10
2017-07-30
Markdown writer: better escaping of `<` and `>`.
John MacFarlane
1
-2
/
+6
2017-06-30
Markdown writer: Ensure that `+` and `-` are escaped properly...
John MacFarlane
1
-0
/
+3
2017-06-26
Use `table-of-contents` for contents of toc, make `toc` a boolean.
John MacFarlane
1
-3
/
+7
2017-06-23
Markdown writer: make sure `plain`, `markdown_github`, etc. work for raw.
John MacFarlane
1
-5
/
+9
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-1
/
+1
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-12
Markdown writer: don't allow soft break in header.
John MacFarlane
1
-0
/
+7
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-10
/
+13
2017-06-01
Markdown writer: Avoid inline surround-marking with empty content.
John MacFarlane
1
-0
/
+5
2017-05-27
Markdown writer: changes to `--reference-links`.
John MacFarlane
1
-15
/
+44
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
1
-1
/
+0
2017-05-17
Markdown writer: Fixed duplicated reference links
John MacFarlane
1
-11
/
+15
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-07
Markdown writer: missing \n (#3647)
David A Roberts
1
-1
/
+1
2017-05-03
Markdown writer: better escaping for links (#3628)
David A Roberts
1
-1
/
+10
2017-05-03
Markdown Writer: put space before reference link definitions
Mauro Bieg
1
-1
/
+1
2017-05-02
Markdown writer: Case-insensitive reference links. (#3616)
David A Roberts
1
-14
/
+16
2017-03-24
Markdown writer: don't emit a simple table if `simple_tables` disabled.
John MacFarlane
1
-9
/
+9
2017-03-21
Plain writer: use _(..) or ^(..) for super/subscript...
John MacFarlane
1
-24
/
+31
2017-03-21
Improve rendering of superscript in plain output.
John MacFarlane
1
-13
/
+29
2017-03-21
Moved more gridTable calculations to Writers.Shared.
John MacFarlane
1
-24
/
+3
2017-03-21
Moved gridTable from Markdown writer to Writers.Shared.
John MacFarlane
1
-41
/
+0
2017-03-11
Markdown writer: fixed bugs in simple/multiline list output.
John MacFarlane
1
-10
/
+9
2017-03-08
Markdown writer: Avoid spurious blanklines at end of document...
John MacFarlane
1
-1
/
+1
2017-03-08
Markdown writer: ensure space before list at top level.
John MacFarlane
1
-22
/
+31
2017-03-08
Markdown writer: escape unordered list markers at beginning of paragraph
John MacFarlane
1
-12
/
+20
2017-03-06
Markdown writer: better handling of tables with empty columns.
John MacFarlane
1
-12
/
+22
2017-03-06
Markdown writer: Fixed false ordered lists in YAML metadata.
John MacFarlane
1
-1
/
+1
2017-03-05
Markdown writer: escape initial % in a paragraph...
John MacFarlane
1
-1
/
+5
2017-03-04
Fixed some loose ends in #1592.
John MacFarlane
1
-4
/
+1
2017-03-04
Markdown writer: Use span with class 'smallcaps' for SmallCaps.
John MacFarlane
1
-2
/
+1
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-57
/
+60
2017-03-02
Removed unnecessary import.
John MacFarlane
1
-1
/
+0
2017-03-01
Markdown writer: Fixed grid tables embedded in grid tables.
John MacFarlane
1
-32
/
+49
2017-03-01
Markdown writer: Refactored gridTable to use widths in chars.
John MacFarlane
1
-10
/
+12
2017-02-25
Markdown writer: don't include variables in metadata blocks!
John MacFarlane
1
-4
/
+3
2017-02-17
Added warnings for non-rendered blocks to some writers.
John MacFarlane
1
-5
/
+10
2017-02-04
Markdown writer: Better escaping when +smart.
John MacFarlane
1
-17
/
+21
2017-02-04
Implemented +/-smart in rst writer.
John MacFarlane
1
-12
/
+0
[next]