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
2021-11-15
LaTeX reader: add rudimentary support for `\autoref` (#7693)
Albert Krewinkel
1
-0
/
+1
2021-11-12
JATS writer: ensure figures are wrapped with `<p>` in list items.
Albert Krewinkel
1
-0
/
+1
2021-11-12
JATS writer: add URL to element citation entries
Albert Krewinkel
1
-0
/
+1
2021-11-11
Writers.Shared: Improve toLegacyTable.
Christian Despres
1
-1
/
+1
2021-11-11
Lua: load `re` module available into global of the same name
Albert Krewinkel
1
-21
/
+11
2021-11-10
Fix parsing of `%` in bibtex fields.
John MacFarlane
1
-5
/
+4
2021-11-09
Require ghc >= 8.6, base >= 4.12.
John MacFarlane
1
-6
/
+0
2021-11-09
Accept empty `--metadata-file`.
John MacFarlane
1
-0
/
+1
2021-11-09
Lua: fix argument order in constructor `pandoc.Cite`.
Albert Krewinkel
1
-2
/
+2
2021-11-08
With `-t latex-smart`, don't generate `\ldots` from ellipsis.
John MacFarlane
1
-1
/
+1
2021-11-08
Properly handle commented lines in BibTeX/BibLaTeX.
John MacFarlane
1
-18
/
+27
2021-11-08
Add `<titleabbr>` support to DocBook reader
Rowan Rodrik van der Molen
1
-5
/
+12
2021-11-08
Lua: ensure that 're' module is always available.
Albert Krewinkel
1
-0
/
+8
2021-11-07
LaTeX reader: add 'uri' class when parsing `\url`.
John MacFarlane
1
-2
/
+2
2021-11-06
Pass ReaderOptions to custom readers as second parameter.
John MacFarlane
1
-4
/
+3
2021-11-06
Lua: add Pushable instance for ReaderOptions
Albert Krewinkel
1
-1
/
+4
2021-11-06
Lua: allow to pass custom reader options to `pandoc.read`
Albert Krewinkel
3
-39
/
+110
2021-11-05
Add interface for custom readers written in Lua. (#7671)
John MacFarlane
2
-5
/
+63
2021-11-05
Support for <indexterm>s when reading DocBook (#7607)
Rowan Rodrik van der Molen
1
-4
/
+37
2021-11-05
T.P.Error: sort errors in handleError by exit code
Albert Krewinkel
1
-15
/
+15
2021-11-05
Lua: display Pandoc values using their native Haskell representation
Albert Krewinkel
1
-0
/
+4
2021-11-05
Lua: always load lpeg as global module
Albert Krewinkel
2
-5
/
+27
2021-11-04
Lua: include lpeg module (#7649)
Albert Krewinkel
1
-0
/
+4
2021-11-04
Allow `plain` to be used in raw attribute syntax.
John MacFarlane
2
-2
/
+4
2021-11-03
Lua: add missing space in "package not found" message
Albert Krewinkel
1
-1
/
+1
2021-11-02
Markdown reader: Improve inlinesInBalancedBrackets.
John MacFarlane
1
-20
/
+12
2021-11-02
Docx reader: don't let first line indents trigger block quotes.
John MacFarlane
1
-3
/
+2
2021-11-02
Lua: fix typo in SoftBreak constructor
Albert Krewinkel
1
-1
/
+1
2021-11-02
Lua: re-add `content` property to Strikeout elements
Albert Krewinkel
1
-0
/
+2
2021-11-02
Lua: be more forgiving when retrieving the Image `caption` property
Albert Krewinkel
1
-1
/
+1
2021-11-02
Docx writer: use getTimestamp for modification times in reference.docx.
John MacFarlane
1
-1
/
+1
2021-11-02
Lua: display Attr values using their native Haskell representation
Albert Krewinkel
1
-0
/
+4
2021-11-02
Lua: allow omitting the 2nd parameter in pandoc.Code constructor
Albert Krewinkel
1
-2
/
+2
2021-11-02
Lua: allow to compare, show Citation values
Albert Krewinkel
1
-1
/
+12
2021-11-01
Lua: restore `content` property on Header elements
Albert Krewinkel
1
-0
/
+2
2021-10-31
Lua: re-add `content` property to Link elements
Albert Krewinkel
1
-0
/
+2
2021-10-30
Fix build on GHC 9.2
Joseph C. Sible
1
-0
/
+1
2021-10-29
Docx writer: move ": " out of the caption bookmark.
Tristan Stenner
2
-6
/
+4
2021-10-29
Lua: use hslua module abstraction where possible
Albert Krewinkel
11
-297
/
+374
2021-10-28
Lua: increase strictness when getting attribute keys
Albert Krewinkel
1
-2
/
+2
2021-10-27
Lua: re-add `t` and `tag` property to Attr values
Albert Krewinkel
1
-0
/
+4
2021-10-27
Markdown writer: Be sure to quote special values in YAML metadata.
John MacFarlane
1
-3
/
+13
2021-10-27
Change JSON encodings of some types.
John MacFarlane
3
-44
/
+56
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
9
-419
/
+334
2021-10-27
Lua: fix `pandoc.utils.stringify` regression
Albert Krewinkel
1
-1
/
+1
2021-10-26
Fix a copy/paste bug in Lua marshalling code.
John MacFarlane
1
-1
/
+1
2021-10-26
Lua: marshal SimpleTable values as userdata objects
Albert Krewinkel
3
-46
/
+58
2021-10-26
Lua: generate constants in module pandoc programmatically
Albert Krewinkel
1
-0
/
+17
2021-10-26
Lua: marshal ListAttributes values as userdata objects
Albert Krewinkel
6
-15
/
+80
2021-10-26
Lua: marshal Block values as userdata objects
Albert Krewinkel
4
-146
/
+461
[next]