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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-16
JATS writer: reduce unnecessary use of <p> elements for wrapping
Albert Krewinkel
3
-16
/
+47
2021-04-10
JATS writer: convert spans to <named-content> elements
Albert Krewinkel
1
-6
/
+7
2021-04-10
JATS writer: add footnote number as label in backmatter
Albert Krewinkel
1
-0
/
+1
2021-04-05
Commonmark writer: Use backslash escapes for `<` and `|`...
John MacFarlane
1
-1
/
+11
2021-04-05
JATS writer: escape disallows chars in identifiers
Albert Krewinkel
3
-17
/
+19
2021-04-01
Org writer: Use LaTeX style maths deliminators (#7196)
tecosaur
1
-2
/
+2
2021-03-29
Powerpoint writer: allow monofont to be specified in metadata...
John MacFarlane
2
-6
/
+19
2021-03-20
RST writer: use NonEmpty for init, last.
John MacFarlane
1
-8
/
+12
2021-03-20
Include Header.Attr.attributes as XML attributes on section
Erik Rask
1
-2
/
+45
2021-03-20
T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.
John MacFarlane
7
-34
/
+77
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
15
-69
/
+84
2021-03-19
Use NonEmpty instead of minimumDef.
John MacFarlane
1
-2
/
+3
2021-03-18
Use minimumDef instead of minimum (partial function).
John MacFarlane
1
-5
/
+2
2021-03-17
Docx writer: make nsid in abstractNum deterministic.
John MacFarlane
1
-6
/
+4
2021-03-16
Removed unused LANGUAGE pragmas.
John MacFarlane
1
-1
/
+0
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
3
-8
/
+8
2021-03-14
Handle 'nocite' better with --biblatex and --natbib.
John MacFarlane
1
-2
/
+10
2021-03-13
Use integral values for w:tblW in docx.
John MacFarlane
1
-1
/
+1
2021-03-13
Jira writer: improve div/panel handling
Albert Krewinkel
1
-11
/
+28
2021-03-10
HTML writer: Add warnings on duplicate attribute values.
John MacFarlane
1
-18
/
+23
2021-03-09
Org writer: fix operator precedence mistake in previous commit
Albert Krewinkel
1
-1
/
+2
2021-03-09
Org writer: prevent unintended creation of ordered list items
Albert Krewinkel
1
-4
/
+7
2021-03-08
Jira writer: use noformat instead of code for unknown languages.
Albert Krewinkel
1
-5
/
+5
2021-03-02
Split out T.P.Writers.LaTeX.Util.
John MacFarlane
2
-243
/
+285
2021-03-02
Split out T.P.Writers.LaTeX.Citation.
John MacFarlane
2
-142
/
+187
2021-03-02
Split out T.P.Writers.LaTeX.Lang.
John MacFarlane
2
-180
/
+203
2021-03-02
Split up T.P.Writers.Markdown...
John MacFarlane
3
-591
/
+688
2021-03-01
Jira writer: use Span identifiers as anchors
Albert Krewinkel
1
-1
/
+3
2021-02-28
LaTeX writer: use function instead of map for accent lookup.
John MacFarlane
1
-27
/
+25
2021-02-26
Fix/update URLs and use HTTP**S** where possible (#7122)
Salim B
1
-1
/
+1
2021-02-18
LaTeX writer: adjust hypertargets to beginnings of paragraphs.
John MacFarlane
1
-2
/
+3
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
6
-513
/
+485
2021-02-13
Org: support task_lists extension
Albert Krewinkel
1
-3
/
+13
2021-02-11
Use getTimestamp instead of getCurrentTime in writers.
John MacFarlane
4
-5
/
+5
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
5
-24
/
+42
2021-02-03
ePub writer: `belongs-to-collection` metadata (#7063)
Nick Berendsen
1
-41
/
+58
2021-02-01
BibTeX writer: use doclayout and doctemplate.
John MacFarlane
1
-3
/
+16
2021-01-31
CslJson writer: fix compiler warning
Albert Krewinkel
1
-1
/
+1
2021-01-30
CslJson writer: output `[]` if no references in input,
John MacFarlane
1
-5
/
+5
2021-01-29
Markdown writer: handle math right before digit.
John MacFarlane
1
-1
/
+5
2021-01-29
JATS writer: escape special chars in reference elements.
Albert Krewinkel
1
-3
/
+6
2021-01-26
LaTeX writer: change BCP47 lang tag from jp to ja
Mauro Bieg
1
-1
/
+1
2021-01-22
Merge pull request #7042 from tarleb/jats-element-citations
John MacFarlane
3
-7
/
+178
2021-01-22
JATS writer: allow to use element-citation
Albert Krewinkel
3
-7
/
+178
2021-01-22
Add biblatex, bibtex as output formats (closes #7040).
John MacFarlane
1
-0
/
+48
2021-01-19
JATS writer: Ensure that disp-quote is always wrapped in p.
John MacFarlane
1
-1
/
+3
2021-01-18
RST writer: fix #7039.
John MacFarlane
1
-2
/
+2
2021-01-12
Markdown writer: cleaned up raw formats.
John MacFarlane
1
-34
/
+35
2021-01-12
Docx writer: handle table header using styles.
John MacFarlane
1
-17
/
+20
2021-01-10
JATS writer: fix citations (#7018)
Albert Krewinkel
1
-12
/
+21
[next]