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-10-27
Switch back from HsYAML to yaml.
John MacFarlane
2
-116
/
+62
2021-10-22
Org reader: allow an initial :PROPERTIES: drawer to add to metadata.
John MacFarlane
1
-2
/
+10
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
6
-44
/
+50
2021-10-20
Markdown reader: don't parse links or bracketed spans as citations.
John MacFarlane
1
-2
/
+4
2021-10-18
Docx reader: fix handling of empty fields
Milan Bracke
1
-0
/
+4
2021-10-18
Docx parser: implement PAGEREF fields
Milan Bracke
2
-0
/
+26
2021-10-18
Docx reader: fix handling of nested fields
Milan Bracke
2
-115
/
+150
2021-10-14
DocBook reader: honor linenumbering attribute
Samuel Tardieu
1
-0
/
+1
2021-10-13
Fix markdown parsing bug for math in bracketed spans and links.
John MacFarlane
1
-0
/
+1
2021-10-11
LaTeX reader: Implement siunitx v3 commands.
John MacFarlane
1
-1
/
+5
2021-10-10
Avoid blockquote when parent style has more indent
Milan Bracke
3
-53
/
+66
2021-10-10
LaTeX reader: Properly handle `\^` followed by group closing.
John MacFarlane
1
-3
/
+3
2021-09-30
Docx reader: Add placeholder for word diagram
Ezwal
2
-0
/
+17
2021-09-23
HTML reader: handle empty tbody element in table.
John MacFarlane
1
-5
/
+8
2021-09-19
LaTeX reader: Recognize that `\vadjust` sometimes takes "pre".
John MacFarlane
1
-0
/
+7
2021-09-19
Ignore (and gobble parameters of) CSLReferences environment.
John MacFarlane
1
-0
/
+1
2021-09-17
Fix linter warning.
John MacFarlane
1
-4
/
+3
2021-09-16
Fix code blocks using `--preserve-tabs`.
John MacFarlane
1
-1
/
+7
2021-09-13
RST reader: handle escaped colons in reference definitions.
John MacFarlane
1
-1
/
+2
2021-09-10
feat(ipynb reader): get cell output mime from raw_mimetype too
Kolen Cheung
1
-1
/
+2
2021-09-10
feat(ipynb reader): add more Jupyter's "Raw NBConvert Format"
Kolen Cheung
1
-6
/
+10
2021-09-10
fix!: rst mime type
Kolen Cheung
1
-1
/
+1
2021-09-10
Remove redundant import.
John MacFarlane
1
-1
/
+1
2021-09-10
Org reader: don't parse a list as first item in a list item.
John MacFarlane
1
-1
/
+4
2021-09-10
Ipynb reader handleData: support text/markdown (#7561)
Kolen Cheung
1
-0
/
+3
2021-09-08
RTF reader: support `\binN` for binary image data.
John MacFarlane
1
-11
/
+22
2021-09-04
RTF reader: better handling of `\*` and bookmarks.
John MacFarlane
1
-8
/
+8
2021-09-04
Minor renaming to avoid shadowing.
John MacFarlane
1
-2
/
+2
2021-09-03
RTF reader: if doc begins with {\rtf1 ... } only parse its contents.
John MacFarlane
1
-1
/
+7
2021-09-03
RTF reader: Ignore `\pgdsc` group.
John MacFarlane
1
-0
/
+1
2021-08-23
Markdown reader: fix interaction of --strip-comments and list
John MacFarlane
1
-1
/
+1
2021-08-21
LaTeX-parser: restrict \endinput to current file
Simon Schuster
2
-1
/
+9
2021-08-20
RST reader: Fix `:literal:` includes.
John MacFarlane
1
-5
/
+2
2021-08-19
Improve docx reader's robustness in extracting images.
John MacFarlane
1
-5
/
+6
2021-08-16
Fix bug in last commit due to removal of take1WhileP.
John MacFarlane
1
-2
/
+2
2021-08-15
Multimarkdown sub- and superscripts (#5512) (#7188)
OCzarnecki
1
-8
/
+16
2021-08-13
LaTeX reader: proper implicit grouping around environment macros.
John MacFarlane
1
-1
/
+2
2021-08-12
Use Prelude from base-compat for ghc 8.4 too.
John MacFarlane
1
-5
/
+1
2021-08-11
Try fixing compile error on older ghcs.
John MacFarlane
1
-1
/
+5
2021-08-11
Fix some lint issues.
John MacFarlane
2
-6
/
+5
2021-08-11
LaTeX reader: Support `\global` before `\def`, `\let`, etc.
John MacFarlane
1
-2
/
+10
2021-08-11
Fix scope for LaTeX macros.
John MacFarlane
3
-55
/
+100
2021-08-11
LaTeX reader: improve handling of plain TeX macro primitives.
John MacFarlane
2
-6
/
+29
2021-08-10
HTML reader: treat commments as blank when parsing.
John MacFarlane
1
-5
/
+7
2021-08-10
Fix RTF table parsing bug that created undesired nested tables.
John MacFarlane
1
-1
/
+1
2021-08-10
Add RTF reader.
John MacFarlane
1
-0
/
+1333
2021-08-03
Stop using the HTTP package. (#7456)
mt_caret
1
-2
/
+2
2021-07-17
LaTeX reader: avoid trailing hyphen in translating languages.
John MacFarlane
1
-2
/
+2
2021-07-16
DocBook reader: handle images with imageobjectco elements.
John MacFarlane
1
-3
/
+3
2021-07-16
LaTeX reader: Support `\cline` in LaTeX tables.
John MacFarlane
1
-0
/
+1
[next]