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-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
2021-03-03
Add T.P.Readers.LaTeX.Include.
John MacFarlane
3
-52
/
+86
2021-03-03
Remove T.P.Readers.LaTeX.Accent.
John MacFarlane
3
-82
/
+69
2021-03-03
Move enquote commands to T.P.LaTeX.Lang.
John MacFarlane
3
-24
/
+34
2021-03-03
Moved more into T.P.Readers.LaTeX.Lang.
John MacFarlane
3
-82
/
+97
2021-03-03
Split out T.P.Readers.LaTeX.Inline.
John MacFarlane
2
-336
/
+413
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
Make T.P.Readers.LaTeX.Types an unexported module.
John MacFarlane
1
-1
/
+1
2021-03-01
Factor out T.P.Readers.LaTeX.Macro.
John MacFarlane
2
-139
/
+155
2021-03-01
Jira writer: use Span identifiers as anchors
Albert Krewinkel
1
-1
/
+3
2021-02-28
Removed unnecessary pragmas.
John MacFarlane
1
-2
/
+0
2021-02-28
Change T.P.Readers.LaTeX.SIunitx to export a command map...
John MacFarlane
2
-16
/
+16
2021-02-28
T.P.Readers.LaTeX: Don't export tokenize, untokenize.
John MacFarlane
2
-2
/
+9
2021-02-28
LaTeX writer: use function instead of map for accent lookup.
John MacFarlane
1
-27
/
+25
2021-02-28
Factor out T.P.Readers.LaTeX.Math.
John MacFarlane
2
-193
/
+229
[prev]
[next]