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-05-19
LaTeX reader: better support for `\xspace`.
John MacFarlane
2
-14
/
+19
2021-05-17
HTML writer: keep attributes from code nested below pre tag.
Albert Krewinkel
1
-1
/
+12
2021-05-15
HTML writer: parse `<header>` as a Div
Albert Krewinkel
1
-0
/
+2
2021-05-14
HTML reader: keep h1 tags as normal headers (#7274)
Albert Krewinkel
1
-5
/
+1
2021-05-14
HTML reader: don't fail on unmatched closing "script" tag.
Albert Krewinkel
1
-7
/
+9
2021-05-13
Implement curly-brace syntax for Markdown citation keys.
John MacFarlane
2
-7
/
+7
2021-05-12
Fix source position reporting for YAML bibliographies.
John MacFarlane
2
-4
/
+6
2021-05-09
RST reader: seek include files in the directory...
John MacFarlane
1
-1
/
+3
2021-05-09
Org reader: Resolve org includes relative to ...
John MacFarlane
2
-2
/
+5
2021-05-09
RST reader: use `insertIncludedFile` from T.P.Parsing...
John MacFarlane
1
-58
/
+36
2021-05-09
T.P.Parsing: improve include file functions.
John MacFarlane
2
-3
/
+3
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
34
-355
/
+443
2021-04-29
Docx reader: add handling of vml image objects (jgm#4735) (#7257)
mbrackeantidot
1
-2
/
+9
2021-04-28
Smarter smart quotes.
John MacFarlane
3
-47
/
+12
2021-04-25
Minor code reformatting.
John MacFarlane
1
-1
/
+2
2021-04-25
Writers: Recognize custom syntax definitions (#7241)
Jan Tojnar
1
-1
/
+2
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
2
-2
/
+2
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
3
-123
/
+129
2021-04-02
Fix "phrase" in DocBook: take classes from "role" not "class".
John MacFarlane
1
-1
/
+1
2021-03-31
Treat tabs as spaces in ODT Reader. (#7185)
niszet
1
-1
/
+7
2021-03-24
Fix DocBook reader mathml regression...
John MacFarlane
2
-4
/
+7
2021-03-20
Support `yaml_metadata_block` extension form commonmark, gfm.
John MacFarlane
1
-0
/
+30
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
3
-3
/
+5
2021-03-20
T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...
John MacFarlane
1
-15
/
+15
2021-03-19
Hlint suggestion.
John MacFarlane
1
-2
/
+3
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
6
-17
/
+24
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
[next]