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-22
App: Move output-file writing out of PandocMonad action.
John MacFarlane
1
-29
/
+29
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-18
pptx: Include image title in description
Emily Bourke
2
-12
/
+19
2021-08-17
Revise citeproc code to fit new citeproc 0.5 API.
John MacFarlane
3
-43
/
+13
2021-08-17
Rename TemplateWarning -> PowerpointTemplateWarning.
John MacFarlane
2
-6
/
+7
2021-08-17
pptx: Select layouts from reference doc by name
Emily Bourke
1
-19
/
+206
2021-08-17
Add TemplateWarning log message type [API change]
Emily Bourke
1
-0
/
+6
2021-08-17
Escape backslashes in haddock comments (#7505)
Emily Bourke
1
-4
/
+4
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
2
-15
/
+20
2021-08-15
Make docx writer sensitive to `native_numbering` extension.
John MacFarlane
3
-12
/
+22
2021-08-13
Convert Quoted in bib entries to special Spans...
John MacFarlane
1
-1
/
+3
2021-08-13
Citeproc: avoid odd handling of quotes.
John MacFarlane
1
-1
/
+6
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
[next]