index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-13
Removed quote localization from citeproc processing.
John MacFarlane
1
-20
/
+1
2021-08-13
Fix raw LaTeX injection issue (LaTeX writer).
John MacFarlane
1
-5
/
+10
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
2
-0
/
+1336
2021-08-08
Allow `--slide-level=0`.
John MacFarlane
1
-2
/
+2
2021-08-04
RTF writer: emit \outlinelevel for section headings.
John MacFarlane
1
-1
/
+2
2021-08-03
Stop using the HTTP package. (#7456)
mt_caret
6
-11
/
+29
2021-08-03
LaTeX table writer: Increase column width precision (#7466)
Peter Fabinski
1
-1
/
+1
2021-08-01
RTF writer: omit `\bin` in `\pict`.
John MacFarlane
1
-1
/
+1
2021-07-29
parseFromString: preserve at least the source directory.
John MacFarlane
1
-1
/
+1
2021-07-22
LaTeX writer: Use ulem for underline.
John MacFarlane
1
-1
/
+3
2021-07-22
MIME: use image/x-xcf instead of application/x-xcf.
John MacFarlane
1
-1
/
+1
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-16
PDF: Fix svgIn path error.
John MacFarlane
1
-1
/
+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
Always use / when adding directory to image path with extractMedia.
John MacFarlane
1
-1
/
+1
2021-07-09
RST reader: fix regression with code includes.
John MacFarlane
1
-1
/
+5
2021-07-07
Don't incorporate externally linked images in EPUB documents (#7430)
Michael Hoffmann
1
-1
/
+2
2021-07-06
Recognize data-external when reading HTML img tags (#7429)
Michael Hoffmann
1
-8
/
+3
2021-07-06
T.P.PDF, convertImage: normalize paths.
John MacFarlane
1
-3
/
+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-07-05
Add command test for #7394.
John MacFarlane
1
-0
/
+1
2021-07-05
Citeproc: cleanup and efficiency improvement in deNote.
John MacFarlane
1
-15
/
+21
2021-07-05
Revamp note citation handling.
John MacFarlane
1
-14
/
+30
2021-07-02
HTML5 writer, remove aria-hidden when explicit atl text is provided.
Aner Lucero
1
-4
/
+7
2021-06-29
Docx writer: Add table numbering for captioned tables.
John MacFarlane
2
-3
/
+30
2021-06-29
Docx writer: Fixed a couple bugs in Figure numbering.
John MacFarlane
1
-4
/
+3
2021-06-29
Docx writer: support figure numbers.
John MacFarlane
2
-3
/
+21
2021-06-29
Remove duplicated alt text in HTML output.
Aner Lucero
1
-2
/
+3
2021-06-28
Improve punctuation moving with `--citeproc`.
John MacFarlane
1
-14
/
+15
2021-06-28
Allow `$` characters in bibtex keys.
John MacFarlane
1
-1
/
+1
2021-06-28
Text.Pandoc.Error: fix line calculations in reporting parsec errors.
John MacFarlane
1
-3
/
+3
2021-06-28
Set proper initial source name in parsing BibTeX.
John MacFarlane
1
-1
/
+3
2021-06-28
Markdown writer: put space between Plain and following fenced Div.
John MacFarlane
1
-0
/
+3
2021-06-23
ImageSize: Add Tiff constructor for ImageType.
John MacFarlane
3
-1
/
+7
2021-06-23
reveal.js writer: Go back to setting boolean values for variables.
John MacFarlane
1
-30
/
+26
2021-06-22
Fix regression with comment-only YAML metadata blocks.
John MacFarlane
1
-0
/
+3
2021-06-22
Fix unneeded import
John MacFarlane
1
-1
/
+1
[prev]
[next]