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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-15
Avoid parsing "Notes:**" as a bare URI.
John MacFarlane
1
-0
/
+2
2017-04-15
Error: Added PandocCouldNotFindDataFileError.
John MacFarlane
3
-7
/
+9
2017-04-15
Fixed shadowing warnings
John MacFarlane
1
-5
/
+5
2017-04-15
Docx reader: removed readDocxWithWarnings (API change).
John MacFarlane
1
-9
/
+1
2017-04-15
App: use PandocOptionError instead of PandocAppError where appropriate.
John MacFarlane
1
-16
/
+16
2017-04-15
Error: Added PandocFilterError.
John MacFarlane
2
-8
/
+7
2017-04-15
Error: Added PandocPDFError
John MacFarlane
2
-1
/
+3
2017-04-15
Text.Pandoc.Error: added new constructors.
John MacFarlane
2
-9
/
+13
2017-04-15
Revised error message for pandoc -t pdf.
John MacFarlane
1
-4
/
+4
2017-04-15
Lua filter: use Attributes constructor for Attrs
Albert Krewinkel
1
-14
/
+26
2017-04-14
Lua filter: allow shorthand functions for math and quoted
Albert Krewinkel
1
-3
/
+23
2017-04-14
Lua filter: Re-order code of stack value instances
Albert Krewinkel
1
-106
/
+122
2017-04-14
Lua filter: use lua strings for nullary constructors
Albert Krewinkel
1
-80
/
+19
2017-04-14
Avoid repeating StackValue instances definitions
Albert Krewinkel
4
-156
/
+165
2017-04-14
Extract lua helper functions into Lua.Util module
Albert Krewinkel
4
-131
/
+151
2017-04-14
Use lua bools and strings for MetaBool, MetaString
Albert Krewinkel
1
-2
/
+2
2017-04-14
Lua filter: use destructured functions for block filters
Albert Krewinkel
1
-17
/
+23
2017-04-14
Drop dependency on hslua-aeson
Albert Krewinkel
2
-19
/
+15
2017-04-14
Push blocks via lua constructors and constants
Albert Krewinkel
1
-37
/
+102
2017-04-14
Push inlines via lua constructors and constants
Albert Krewinkel
1
-41
/
+29
2017-04-13
Use lua constructors to push meta values
Albert Krewinkel
2
-32
/
+150
2017-04-12
Lua filter: use destructured functions for inline filters
Albert Krewinkel
1
-33
/
+58
2017-04-14
s/safed/saved/
Alexander Krotov
1
-1
/
+1
2017-04-12
Man writer: Fix handling of nested font commands.
John MacFarlane
1
-9
/
+37
2017-04-11
Lua filter: use custom StackValue Inline instance
Albert Krewinkel
2
-27
/
+156
2017-04-10
Docx writer: don't take "distArchive" from datadir.
John MacFarlane
1
-2
/
+3
2017-04-07
Lua filter: improve doc filter performance
Albert Krewinkel
1
-36
/
+47
2017-04-06
Lua filter: Improve block filter performance
Albert Krewinkel
1
-7
/
+44
2017-04-06
Lua filter: Improve inline filter performance
Albert Krewinkel
1
-7
/
+73
2017-04-04
Use lua registry instead of named globals
Albert Krewinkel
1
-5
/
+11
2017-04-06
Ms writer: wider indents for lists.
John MacFarlane
1
-5
/
+6
2017-04-06
Allow raw latex commands starting with `\start` in Markdown.
John MacFarlane
1
-1
/
+2
2017-04-05
Ms writer: respect text wrapping options.
John MacFarlane
1
-1
/
+6
2017-04-04
Ms writer improvements:
John MacFarlane
1
-4
/
+3
2017-04-04
Ms writer: ensure that @ is escaped in URIs.
John MacFarlane
1
-1
/
+5
2017-04-04
Error: Added PandocOptionError.
John MacFarlane
2
-1
/
+3
2017-04-04
Add original classes to JS obfuscated links (#3554)
Timm Albers
1
-1
/
+4
2017-04-03
Add class to footnote back references
Timm Albers
1
-1
/
+1
2017-04-03
Include \VerbatimFootnotes for highlighted code blocks
Timm Albers
1
-2
/
+5
2017-04-03
Removed unused import.
John MacFarlane
1
-1
/
+0
2017-04-03
Merge pull request #3550 from tarleb/lua-readers-submodule
John MacFarlane
3
-30
/
+150
2017-04-02
Make sure docx/_rels/.rels gets into data files.
John MacFarlane
1
-1
/
+5
2017-04-02
Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""
John MacFarlane
1
-4
/
+5
2017-04-02
Text.Pandoc.App: Throw errors rather than exiting.
John MacFarlane
4
-55
/
+68
2017-04-02
Lua module: add readers submodule
Albert Krewinkel
3
-30
/
+150
2017-04-01
Allow a theme file as argument to `--highlight-style`.
John MacFarlane
1
-2
/
+8
2017-04-01
Ms writer: added syntax highlighting.
John MacFarlane
1
-5
/
+84
2017-04-01
OpenDocument writer: wider labels for lists.
John MacFarlane
1
-2
/
+2
2017-04-01
Change MathJax CDN default since old one is shutting down.
John MacFarlane
1
-1
/
+1
2017-03-31
JATS writer: don't include jats.csl in metadata if csl already specified.
John MacFarlane
1
-1
/
+3
[prev]
[next]