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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-03-13
Jira writer: improve div/panel handling
Albert Krewinkel
1
-11
/
+28
2021-03-12
Citeproc: apply fixLinks correctly.
John MacFarlane
1
-5
/
+5
2021-03-12
Simplify compactDL.
John MacFarlane
1
-13
/
+11
2021-03-10
HTML writer: Add warnings on duplicate attribute values.
John MacFarlane
2
-18
/
+31
2021-03-09
RST reader: fix logic for ending comments.
John MacFarlane
1
-1
/
+2
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-07
LaTeX reader: handle table cells containing `&` in `\verb`.
John MacFarlane
1
-1
/
+6
2021-03-07
LaTeX reader: support hyperref command.
John MacFarlane
1
-4
/
+13
2021-03-06
Allow `--resource-path` to accumulate.
John MacFarlane
2
-2
/
+4
2021-03-05
Allow `${.}` in defaults files paths...
John MacFarlane
1
-2
/
+11
2021-03-05
Implement environment variable interpolation in defaults files.
John MacFarlane
2
-14
/
+132
2021-03-05
Add fields for CSL optinos to Opt.
John MacFarlane
2
-53
/
+46
2021-03-05
Logging: Add EnvironmentVariableUndefined constructor to LogMessage.
John MacFarlane
1
-0
/
+6
2021-03-05
Shared: Change defaultUserDataDirs -> defaultUserDataDir.
John MacFarlane
1
-8
/
+12
2021-03-04
Revert "Revert "Relax `--abbreviations` rules so that a period isn't required.
John MacFarlane
1
-1
/
+1
2021-03-04
Revert "Relax `--abbreviations` rules so that a period isn't required."
John MacFarlane
1
-1
/
+1
2021-03-04
Relax `--abbreviations` rules so that a period isn't required.
John MacFarlane
1
-1
/
+1
2021-03-03
Revert "Add T.P.Readers.LaTeX.Include."
John MacFarlane
3
-86
/
+52
[prev]
[next]