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
2019-01-10
Make 'plain' RawBlocks work for 'plain' output.
John MacFarlane
1
-0
/
+5
2019-01-04
Implement --toc in commonmark/gfm writers.
John MacFarlane
1
-1
/
+1
2019-01-04
T.P.Writers.Shared - add toTableOfContents (API change).
John MacFarlane
1
-21
/
+2
2019-01-02
Implement task lists (#5139)
Mauro Bieg
1
-2
/
+4
2018-12-03
Markdown writer: include needed whitespace after HTML figure.
John MacFarlane
1
-1
/
+1
2018-11-19
For bibliography match Div with id 'refs', not class 'references'.
John MacFarlane
1
-2
/
+2
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-1
/
+1
2018-11-01
Implement --ascii for Markdown writer.
John MacFarlane
1
-23
/
+35
2018-10-14
Markdown writer: ensure blank between raw block and normal content.
John MacFarlane
1
-0
/
+7
2018-10-05
CommonMark writer: add plain text fallbacks. (#4531)
quasicomputational
1
-28
/
+1
2018-08-19
Markdown writer: escape `~` if strikeout extension enabled.
John MacFarlane
1
-1
/
+2
2018-07-15
Make markdown and github writers respect the `emoji` extension.
John MacFarlane
1
-0
/
+5
2018-06-29
Use HsYAML instead of yaml for translations, YAML metadata.
John MacFarlane
1
-1
/
+1
2018-05-30
Markdown writer: preserve `implicit_figures` with attributes...
John MacFarlane
1
-5
/
+11
2018-04-21
Markdown reader/writer: spacing adjustments in tables.
John MacFarlane
1
-1
/
+4
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-02-16
Markdown writer: properly escape @ to avoid capture as citation.
John MacFarlane
1
-1
/
+7
2018-01-16
Markdown writer: fix cell width calculation.
John MacFarlane
1
-1
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-23
Plain writer: don't linkify table of contents.
John MacFarlane
1
-10
/
+12
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
[next]