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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-23
add proofState to settingsList (#5703)
Krystof Beuermann
1
-0
/
+1
2019-08-16
Lua: improve function documentations
Albert Krewinkel
1
-1
/
+4
2019-08-16
Lua: traverse nested blocks and inlines in correct order
Albert Krewinkel
2
-11
/
+24
2019-08-16
Lua: add module for AST element sequence traversal
Albert Krewinkel
1
-0
/
+112
2019-08-14
LaTeX reader: improve withRaw so it can handle cases where...
John MacFarlane
1
-2
/
+3
2019-08-14
Removed some needless lookaheads in Markdown reader.
John MacFarlane
1
-2
/
+0
2019-08-14
Add thin space when needed in LaTeX quote ligatures.
John MacFarlane
1
-4
/
+9
2019-08-13
Fix multiline table for XWiki writer (#5683)
Zihang Chen
1
-2
/
+4
2019-08-11
JIRA writer: Remove escapeStringForJira for code blocks
Jan-Otto Kröpke
1
-2
/
+2
2019-08-08
Revert "Avoid a pointless Text -> String conversion on output."
John MacFarlane
1
-14
/
+8
2019-08-07
Avoid a pointless Text -> String conversion on output.
John MacFarlane
1
-8
/
+14
2019-08-05
Treat `ly` as verbatim too (#5671)
Urs Liska
1
-0
/
+1
2019-07-30
Markdown writer: Don't assume Doc has Eq instance.
John MacFarlane
1
-11
/
+13
2019-07-30
ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`.
John MacFarlane
1
-5
/
+5
2019-07-29
Update emoji list in Text.Pandoc.Emoji.
John MacFarlane
1
-8
/
+929
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
31
-190
/
+185
2019-07-24
LaTeX reader: handle `\passthrough` macro used by latex writer.
John MacFarlane
1
-0
/
+2
2019-07-24
HTML writer: ensure TeX formulas are rendered correctly (#5658)
Philip Pesca
1
-1
/
+1
2019-07-23
Templates: don't import/export varListToJSON.
John MacFarlane
1
-1
/
+1
2019-07-23
Templates: Change type of renderTemplate'.
John MacFarlane
4
-14
/
+13
2019-07-23
HTML writer: render inline formulas correctly with --webtex (#5656)
Philip Pesca
1
-1
/
+4
2019-07-22
LaTeX reader: support tex `\tt` command.
John MacFarlane
1
-0
/
+1
2019-07-22
Org reader: accept ATTR_LATEX in block attributes
Albert Krewinkel
1
-3
/
+11
2019-07-20
LaTeX writer: fix line breaks at start of paragraph.
John MacFarlane
1
-9
/
+9
2019-07-20
PDF: Better detection of a Cygwin environment.
John MacFarlane
1
-1
/
+8
2019-07-20
Revert "PDF: create temp dir in . on Cygwin."
John MacFarlane
1
-4
/
+1
2019-07-20
Removed an unnecessary liftIO.
John MacFarlane
1
-2
/
+1
2019-07-20
Moved istty check.
John MacFarlane
1
-5
/
+5
2019-07-20
Minor code clarity change.
John MacFarlane
1
-8
/
+8
2019-07-20
LaTeX reader: search for image with list of extensions...
John MacFarlane
1
-6
/
+16
2019-07-19
Markdown: Ensure that expanded latex macros end with space if original did.
John MacFarlane
1
-1
/
+10
2019-07-19
PDF: create temp dir in . on Cygwin.
John MacFarlane
1
-1
/
+4
2019-07-19
Change order of ilvl and numId in document.xml (#5647)
Agustín Martín Barbero
1
-3
/
+3
2019-07-18
Markdown writer: prefer using raw_attribute when enabled.
John MacFarlane
1
-2
/
+2
2019-07-18
HTML writer: ensure that line numbers in code blocks get id-prefix.
John MacFarlane
1
-3
/
+5
2019-07-16
LaTeX reader: handle \looseness command values better.
John MacFarlane
1
-5
/
+4
2019-07-16
Dokuwiki writer: handle mixed lists without HTML fallback.
John MacFarlane
1
-20
/
+6
2019-07-16
Ms writer: Use .LP instead of .PP for line block.
John MacFarlane
1
-1
/
+1
2019-07-16
Make filterIpynbOutput strip ANSI escapes from code in output...
John MacFarlane
1
-1
/
+10
2019-07-15
Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610)
Karl Pettersson
1
-1
/
+4
2019-07-14
Logging: Added UnknownExtensions constructor to LogMessage.
John MacFarlane
3
-39
/
+58
2019-07-14
Change formatForFilePaths to return a Maybe.
John MacFarlane
3
-8
/
+10
2019-07-14
Muse: add RTL support
Alexander Krotov
2
-5
/
+21
2019-07-13
Fix #4499: add mbox and hbox handling to LaTeX reader (#5586)
Vasily Alferov
1
-1
/
+11
2019-07-13
Merge pull request #5589 from blmage/fix-3992
John MacFarlane
1
-8
/
+15
2019-07-13
Merge pull request #5590 from blmage/fix-4206
John MacFarlane
1
-7
/
+16
2019-07-13
Man writer: Improved definition list term output.
John MacFarlane
1
-2
/
+10
2019-07-13
Man writer: fixed boldfacing of definition terms.
John MacFarlane
1
-2
/
+2
2019-07-13
Merge pull request #5606 from blmage/odt-frames
John MacFarlane
4
-75
/
+127
2019-07-13
LaTeX reader: Properly handle \providecommand and environment...
John MacFarlane
1
-21
/
+30
[prev]
[next]