index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-06
Ipynb reader & writer: properly handle cell "id".
John MacFarlane
3
-16
/
+21
2021-12-03
Improve Markdown writer escaping.
John MacFarlane
6
-5
/
+27
2021-11-30
Markdown reader: don't allow `^` at beginning of link or image label.
John MacFarlane
1
-0
/
+8
2021-11-29
Lua: remove `pandoc.utils.text` (#7720)
Albert Krewinkel
1
-28
/
+0
2021-11-28
Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`
Albert Krewinkel
1
-0
/
+6
2021-11-27
Lua: use package pandoc-lua-marshal (#7719)
Albert Krewinkel
2
-760
/
+87
2021-11-24
LaTeX reader: Fix semantics of `\ref`.
John MacFarlane
1
-1
/
+1
2021-11-24
LaTeX reader: omit visible content for `\label{...}`.
John MacFarlane
1
-3
/
+1
2021-11-24
HTML reader: parse attributes on links and images.
John MacFarlane
2
-2
/
+14
2021-11-24
Lua: allow single elements as singleton MetaBlocks/MetaInlines
Albert Krewinkel
1
-1
/
+19
2021-11-23
Improve detection of pipe table line widths.
John MacFarlane
1
-0
/
+28
2021-11-23
Lua: add function `pandoc.utils.text` (#7710)
Albert Krewinkel
1
-0
/
+28
2021-11-23
Lua: split strings into words when treating them as Inline list (#7712)
Albert Krewinkel
1
-2
/
+26
2021-11-20
Capture `alt-text` in JATS figures (#7703)
Albert Krewinkel
1
-0
/
+18
2021-11-19
Lua tests: reset path and cpath when testing 'require' fallback.
John MacFarlane
1
-2
/
+4
2021-11-19
MediaWiki writer: fix code for generating spans for header IDs.
John MacFarlane
2
-2
/
+33
2021-11-19
HTML writer: Don't create invalid `data-` attribute...
John MacFarlane
1
-0
/
+6
2021-11-18
MediaWiki writer: use HTML spans for anchors when header has id.
John MacFarlane
1
-0
/
+27
2021-11-18
RST reader: handle class attribute for for custom roles (#7700)
willj-dev
1
-0
/
+9
2021-11-17
Lua: set `lpeg`, `re` as globals; allow shared lib access via require
Albert Krewinkel
1
-7
/
+17
2021-11-15
Markdown writer: don't create autolinks when this loses information.
John MacFarlane
1
-0
/
+13
2021-11-15
LaTeX reader: add rudimentary support for `\autoref` (#7693)
Albert Krewinkel
1
-0
/
+18
2021-11-12
JATS writer: ensure figures are wrapped with `<p>` in list items.
Albert Krewinkel
1
-15
/
+33
2021-11-11
Writers.Shared: Improve toLegacyTable.
Christian Despres
1
-0
/
+16
2021-11-09
Lua: fix argument order in constructor `pandoc.Cite`.
Albert Krewinkel
1
-4
/
+4
2021-11-08
Properly handle commented lines in BibTeX/BibLaTeX.
John MacFarlane
1
-0
/
+36
2021-11-08
Add `<titleabbr>` support to DocBook reader
Rowan Rodrik van der Molen
3
-1
/
+12
2021-11-08
Lua: ensure that 're' module is always available.
Albert Krewinkel
1
-1
/
+9
2021-11-07
LaTeX reader: add 'uri' class when parsing `\url`.
John MacFarlane
3
-6
/
+6
2021-11-06
Lua: allow to pass custom reader options to `pandoc.read`
Albert Krewinkel
1
-1
/
+29
2021-11-05
Support for <indexterm>s when reading DocBook (#7607)
Rowan Rodrik van der Molen
2
-0
/
+199
2021-11-02
Docx reader: don't let first line indents trigger block quotes.
John MacFarlane
2
-0
/
+2
2021-11-02
Lua: fix typo in SoftBreak constructor
Albert Krewinkel
1
-0
/
+6
2021-11-02
Lua tests: ensure Inline elements have all expected properties
Albert Krewinkel
1
-0
/
+81
2021-11-02
Lua: re-add `content` property to Strikeout elements
Albert Krewinkel
1
-3
/
+93
2021-11-02
Lua: be more forgiving when retrieving the Image `caption` property
Albert Krewinkel
1
-0
/
+9
2021-11-02
Lua: display Attr values using their native Haskell representation
Albert Krewinkel
1
-3
/
+3
2021-11-02
Lua: allow omitting the 2nd parameter in pandoc.Code constructor
Albert Krewinkel
1
-7
/
+75
2021-11-02
Lua: allow to compare, show Citation values
Albert Krewinkel
1
-0
/
+16
2021-11-02
Lua tests: ensure Block elements have expected properties
Albert Krewinkel
1
-36
/
+202
2021-11-01
Lua: restore `content` property on Header elements
Albert Krewinkel
1
-0
/
+23
2021-11-01
Lua: restore List behavior of MetaList
Albert Krewinkel
1
-0
/
+13
2021-10-31
Lua: re-add `content` property to Link elements
Albert Krewinkel
1
-0
/
+10
2021-10-29
Docx writer: add IDs to native_numbering test
Tristan Stenner
2
-3
/
+5
2021-10-29
Update test golden master for docx native numbering
Tristan Stenner
1
-0
/
+0
2021-10-29
Lua: use hslua module abstraction where possible
Albert Krewinkel
1
-0
/
+6
2021-10-28
Lua: fix placement of tests for Block elements in pandoc module tests
Albert Krewinkel
1
-120
/
+120
2021-10-27
Lua: re-add `t` and `tag` property to Attr values
Albert Krewinkel
1
-0
/
+7
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
5
-11
/
+9
2021-10-26
Lua: marshal SimpleTable values as userdata objects
Albert Krewinkel
1
-0
/
+61
[next]