index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
command
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-01
LaTeX writer: avoid `{}` after control sequences when escaping.
John MacFarlane
2
-4
/
+3
2019-01-31
LaTeX reader: don't let `\egroup` match `{`.
John MacFarlane
1
-0
/
+12
2019-01-22
LaTeX reader: support `\endinput`. Closes #5233.
John MacFarlane
1
-0
/
+9
2019-01-21
HTML and markdown: treat textarea as a verbatim environment.
John MacFarlane
1
-0
/
+12
2019-01-09
RST reader: change treatment of `number-lines` directives. (#5207)
Brian Leung
2
-0
/
+11
2019-01-08
Removed superfluous sourceCode class on code blocks.
John MacFarlane
1
-1
/
+1
2019-01-02
Implement task lists (#5139)
Mauro Bieg
2
-0
/
+142
2019-01-02
Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`.
John MacFarlane
1
-0
/
+7
2018-12-31
Simplify/fix reading of `--metadata` values on command line.
John MacFarlane
1
-0
/
+12
2018-12-28
Org writer: preserve line-numbering for example and code blocks.
leungbk
1
-0
/
+41
2018-12-05
RST writer: don't wrap simple table header lines.
John MacFarlane
1
-0
/
+18
2018-12-04
Strip out illegal XML characters in escapeXMLString.
John MacFarlane
1
-0
/
+9
2018-12-03
Markdown writer: include needed whitespace after HTML figure.
John MacFarlane
1
-0
/
+13
2018-11-25
Added test for #5053.
John MacFarlane
1
-0
/
+14
2018-11-25
Fix parsing of citations and quotes after parentheses.
John MacFarlane
3
-13
/
+15
2018-11-16
HTML reader: allow tfoot before body rows.
John MacFarlane
1
-0
/
+16
2018-11-15
HTML reader: parse `<small>` as a Span with class "small".
John MacFarlane
1
-0
/
+7
2018-11-15
Asciidoc writer: Render Spans using `[#id .class]#contents#`.
John MacFarlane
1
-0
/
+6
2018-11-13
Fix test case for #5014.
John MacFarlane
1
-1
/
+3
2018-11-13
HTML reader: allow thead containing a row with td rather than th.
John MacFarlane
1
-0
/
+17
2018-11-12
LaTeX writer: don't emit `[<+->]` unless beamer output,
John MacFarlane
1
-0
/
+14
2018-11-11
Exactly match GitHub's identifier generating algorithm.
John MacFarlane
1
-0
/
+4
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-4
/
+4
2018-11-06
Add command test for #5050.
John MacFarlane
1
-0
/
+7
2018-11-05
CommonMark writer: respect --ascii (#5043)
quasicomputational
1
-0
/
+36
2018-11-04
XML: toHtml5Entities: prefer shorter entities...
John MacFarlane
1
-2
/
+2
2018-11-02
Roff reader: Improved handling of custom strings as arguments.
John MacFarlane
1
-0
/
+27
2018-11-01
Implement --ascii for Markdown writer.
John MacFarlane
1
-0
/
+8
2018-11-01
HTML writer: use character entities references when possible for HTML5.
John MacFarlane
1
-1
/
+1
2018-10-31
LaTeX writer: add newline if math ends in a comment.
John MacFarlane
1
-0
/
+7
2018-10-29
LaTeX reader: allow space at end of math after `\`.
John MacFarlane
1
-0
/
+21
2018-10-25
Lua: allow access to pandoc state (#5015)
Albert Krewinkel
2
-0
/
+25
2018-10-23
Groff writer character escaping changes.
John MacFarlane
1
-1
/
+1
2018-10-22
LaTeX reader: add support for `nolinkurl` command. (#4992)
Brian Leung
1
-0
/
+10
2018-10-18
Groff escaping changes.
John MacFarlane
2
-3
/
+3
2018-10-17
Move common groff functions to Text.Pandoc.Writers.Groff
John MacFarlane
2
-2
/
+2
2018-10-17
Man writer: use \f[R] instead of \f[] to reset font
Alexander Krotov
1
-3
/
+4
2018-10-15
LaTeX reader: make macroDef polymorphic and allow in inline context.
John MacFarlane
1
-2
/
+1
2018-10-15
Added failing test case for macros.
John MacFarlane
1
-0
/
+18
2018-10-14
Markdown writer: ensure blank between raw block and normal content.
John MacFarlane
1
-0
/
+4
2018-10-14
Markdown reader: Fix awkward soft break movements before abbreviations.
John MacFarlane
1
-0
/
+31
2018-10-11
HTML reader: fix htmlTag and isInlineTag to accept processing instructions.
John MacFarlane
1
-0
/
+13
2018-10-08
LaTeX writer: with `--biblatex`, use `\autocite` when possible.
John MacFarlane
1
-0
/
+22
2018-10-07
RST reader: don't allow single-dash separator in headerless table.
John MacFarlane
1
-0
/
+10
2018-10-07
LaTeX reader: fix bugs omitting raw tex.
John MacFarlane
4
-8
/
+21
2018-10-07
RST reader: pass through fields in unknown directives as div attributes.
John MacFarlane
1
-0
/
+16
2018-10-05
Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951)
Brian Leung
1
-0
/
+11
2018-10-05
CommonMark writer: add plain text fallbacks. (#4531)
quasicomputational
1
-0
/
+156
2018-10-05
Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)
Brian Leung
1
-0
/
+29
2018-09-30
Implement `--ascii` (`writerPreferAscii`) in writers, not App.
John MacFarlane
1
-0
/
+45
[prev]
[next]