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-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
2021-07-11
DocBook reader: add support for citerefentry (#7437)
Jan Tojnar
1
-1
/
+5
2021-07-11
Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).
John MacFarlane
2
-11
/
+37
2021-07-09
RST reader: fix regression with code includes.
John MacFarlane
1
-1
/
+5
2021-07-06
Recognize data-external when reading HTML img tags (#7429)
Michael Hoffmann
1
-8
/
+3
2021-07-06
Markdown reader: don't try to read contents in self-closing HTML tag.
John MacFarlane
1
-1
/
+4
2021-07-06
HTML reader: add col, colgroup to 'closes' definitions
John MacFarlane
1
-1
/
+3
2021-06-22
Fix regression with comment-only YAML metadata blocks.
John MacFarlane
1
-0
/
+3
2021-06-21
Improve emailAddress in Text.Pandoc.Parsing.
John MacFarlane
1
-1
/
+21
2021-06-12
Docx reader: handle absolute URIs in Relationship Target.
John MacFarlane
1
-5
/
+11
2021-06-05
DocBook reader: Add support for danger element
Jan Tojnar
1
-1
/
+2
2021-06-01
Markdown reader: fix pipe table regression in 2.11.4.
John MacFarlane
1
-1
/
+1
2021-06-01
LaTeX reader: don't allow optional * on symbol control sequences.
John MacFarlane
1
-2
/
+4
2021-05-31
Fix regression with commonmark/gfm yaml metdata block parsing.
John MacFarlane
1
-5
/
+5
2021-05-30
HTML reader: fix column width regression.
John MacFarlane
1
-1
/
+1
2021-05-29
Markdown reader: in rebasePaths, check for both Windows and Posix
John MacFarlane
1
-4
/
+5
2021-05-29
In rebasePath, check for absolute paths two ways.
John MacFarlane
1
-1
/
+4
2021-05-28
Support `rebase_relative_paths` for commonmark based formats.
John MacFarlane
1
-1
/
+3
2021-05-28
Docx reader: Support new table features.
Emily Bourke
3
-49
/
+163
2021-05-28
Docx reader: Read table column widths.
Emily Bourke
2
-3
/
+4
2021-05-27
rebase_relative_paths: leave empty paths unchanged.
John MacFarlane
1
-1
/
+1
2021-05-27
rebase_relative_paths extension: don't change fragment paths.
John MacFarlane
1
-1
/
+2
2021-05-27
Modify rebase_reference_links treatment of reference links/images.
John MacFarlane
1
-5
/
+4
2021-05-27
Add `rebase_relative_paths` extension.
John MacFarlane
1
-7
/
+29
2021-05-27
LaTeX reader: improve `\def` and implement `\newif`.
John MacFarlane
2
-15
/
+63
2021-05-25
Allow compilation with base 4.15
Albert Krewinkel
2
-9
/
+8
[prev]
[next]