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
/
Readers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
Use NonEmpty instead of minimumDef.
John MacFarlane
3
-6
/
+6
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
3
-4
/
+6
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
Fix regression with `tex_math_backslash` in Markdown reader.
John MacFarlane
1
-1
/
+1
2021-03-15
Remove an unneeded import
John MacFarlane
1
-1
/
+0
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
7
-13
/
+14
2021-03-13
MediaWiki reader: Allow block-level content in notes (ref).
John MacFarlane
1
-1
/
+9
2021-03-13
Jira reader: mark divs created from panels with class "panel".
Albert Krewinkel
1
-2
/
+2
2021-03-09
RST reader: fix logic for ending comments.
John MacFarlane
1
-1
/
+2
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-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-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-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
Factor out T.P.Readers.LaTeX.Math.
John MacFarlane
2
-193
/
+229
2021-02-28
Fix bug in last commit.
John MacFarlane
1
-1
/
+1
2021-02-28
Markdown reader efficiency improvements.
John MacFarlane
1
-182
/
+208
2021-02-28
LaTeX reader: another small efficiency improvement.
John MacFarlane
1
-6
/
+12
2021-02-28
LaTeX reader efficiency improvements.
John MacFarlane
1
-31
/
+42
2021-02-28
Move setDefaultLanguage to T.P.Readers.LaTeX.Lang.
John MacFarlane
2
-16
/
+22
2021-02-28
LaTeX reader: remove two unnecessary parsers in inline.
John MacFarlane
1
-2
/
+0
2021-02-28
Factor out T.P.Readers.LaTeX.Citation.
John MacFarlane
3
-186
/
+231
2021-02-27
Factor out T.P.Readers.LaTeX.Table.
John MacFarlane
3
-363
/
+411
2021-02-27
Split off T.P.Readers.LaTeX.Accent.
John MacFarlane
2
-60
/
+86
2021-02-26
Fix/update URLs and use HTTP**S** where possible (#7122)
Salim B
1
-1
/
+1
2021-02-21
LaTeX reader: further optimizations in satisfyTok.
John MacFarlane
1
-5
/
+5
2021-02-21
LaTeX reader: removed sExpanded in state.
John MacFarlane
1
-7
/
+2
2021-02-21
LaTeX reader: further performance optimization.
John MacFarlane
1
-23
/
+19
2021-02-20
HTML reader: small performance tweak.
John MacFarlane
1
-9
/
+5
2021-02-20
HTML reader: small efficiency improvements.
John MacFarlane
1
-25
/
+18
2021-02-20
LaTeX reader: Another small improvement to macro handling.
John MacFarlane
1
-4
/
+3
2021-02-20
LaTeX reader: avoid macro resolution code if no macros defined.
John MacFarlane
1
-16
/
+19
2021-02-20
T.P.Readers.LaTeX.Parsing: improve braced'.
John MacFarlane
1
-16
/
+13
2021-02-20
HTML reader: efficiency improvements.
John MacFarlane
1
-81
/
+129
2021-02-18
DocBook, JATS, OPML readers: performance optimization.
John MacFarlane
3
-64
/
+8
[next]