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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-19
Issue error message when reader or writer format is malformed.
John MacFarlane
2
-6
/
+6
2021-04-18
Use MetaInlines not MetaBlocks for multimarkdown metadata fields.
John MacFarlane
1
-1
/
+1
2021-04-17
Update to released unicode-collation, latest citeproc dev version.
John MacFarlane
13
-13
/
+13
2021-04-17
Use document's lang for the lang parameter of citeproc...
John MacFarlane
1
-2
/
+1
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
19
-293
/
+198
2021-04-17
Move getLang from BCP47 -> T.P.Writers.Shared.
John MacFarlane
5
-74
/
+76
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-08
Fix regression in grid tables for wide characters.
John MacFarlane
1
-5
/
+13
2021-04-08
Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*
Albert Krewinkel
2
-3
/
+10
2021-04-05
Commonmark writer: Use backslash escapes for `<` and `|`...
John MacFarlane
1
-1
/
+11
2021-04-05
SelfContained: remove unneeded imports.
John MacFarlane
1
-2
/
+0
2021-04-05
JATS writer: escape disallows chars in identifiers
Albert Krewinkel
4
-19
/
+47
2021-04-05
SelfContained: use application/octet-stream for unknown mime types...
John MacFarlane
1
-5
/
+4
2021-04-02
Fix "phrase" in DocBook: take classes from "role" not "class".
John MacFarlane
1
-1
/
+1
2021-04-01
Org writer: Use LaTeX style maths deliminators (#7196)
tecosaur
1
-2
/
+2
2021-03-31
Treat tabs as spaces in ODT Reader. (#7185)
niszet
1
-1
/
+7
2021-03-29
Powerpoint writer: allow monofont to be specified in metadata...
John MacFarlane
2
-6
/
+19
2021-03-24
Fix DocBook reader mathml regression...
John MacFarlane
2
-4
/
+7
2021-03-21
Simplify T.P.Asciify and export toAsciiText [API change].
John MacFarlane
3
-395
/
+18
2021-03-20
Support `yaml_metadata_block` extension form commonmark, gfm.
John MacFarlane
3
-1
/
+34
2021-03-20
Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.
John MacFarlane
2
-22
/
+22
2021-03-20
Markdown reader: export `yamlMetaBlock`.
John MacFarlane
1
-17
/
+23
2021-03-20
Text.Pandoc.Parsing: remove F type synonym.
John MacFarlane
5
-9
/
+9
2021-03-20
T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...
John MacFarlane
1
-15
/
+15
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
8
-47
/
+77
2021-03-19
Fix fallback to default partials on templates.
John MacFarlane
1
-0
/
+4
2021-03-19
Hlint suggestion.
John MacFarlane
1
-2
/
+3
2021-03-19
T.P.Shared: Remove ToString, ToText typeclasses [API change].
John MacFarlane
2
-24
/
+4
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
21
-86
/
+108
2021-03-19
Use NonEmpty instead of minimumDef.
John MacFarlane
4
-8
/
+9
2021-03-19
Docx reader: Don't reimplement NonEmpty.
John MacFarlane
1
-5
/
+1
2021-03-18
Use minimumDef instead of minimum (partial function).
John MacFarlane
4
-9
/
+8
2021-03-18
Require safe >= 0.3.18 and remove cpp.
John MacFarlane
1
-5
/
+0
2021-03-18
Rewrite a foldl1 as a foldl'.
John MacFarlane
1
-1
/
+5
2021-03-18
Remove another foldr1 partial function use.
John MacFarlane
1
-5
/
+6
2021-03-18
T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.
John MacFarlane
1
-5
/
+6
2021-03-17
Docx writer: make nsid in abstractNum deterministic.
John MacFarlane
1
-6
/
+4
2021-03-17
Fix regression with `tex_math_backslash` in Markdown reader.
John MacFarlane
1
-1
/
+1
2021-03-16
Removed unused LANGUAGE pragmas.
John MacFarlane
2
-2
/
+0
2021-03-15
Remove an unneeded import
John MacFarlane
1
-1
/
+0
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
16
-29
/
+34
2021-03-14
Handle 'nocite' better with --biblatex and --natbib.
John MacFarlane
1
-2
/
+10
2021-03-13
T.P.App.FormatHeuristics: shorten code, improve docs.
Albert Krewinkel
1
-7
/
+13
2021-03-13
MediaWiki reader: Allow block-level content in notes (ref).
John MacFarlane
1
-1
/
+9
2021-03-13
Use integral values for w:tblW in docx.
John MacFarlane
1
-1
/
+1
2021-03-13
Jira reader: mark divs created from panels with class "panel".
Albert Krewinkel
1
-2
/
+2
[prev]
[next]