index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-29
Lua: remove `pandoc.utils.text` (#7720)
Albert Krewinkel
3
-54
/
+0
2021-11-29
fix typo in custom-readers.md (#7722)
Mauro Bieg
1
-1
/
+1
2021-11-28
Bump pandoc-lua-marshall lower bound to 0.1.0.1 in cabal file.
John MacFarlane
1
-1
/
+1
2021-11-28
stack.yaml: use pandoc-lua-marshal-0.1.0.1
Albert Krewinkel
1
-2
/
+1
2021-11-28
doc/lua-filters.md: update docs on Blocks, Inlines, MetaValue
Albert Krewinkel
1
-75
/
+79
2021-11-28
Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`
Albert Krewinkel
3
-1
/
+44
2021-11-28
Use published pandoc-lua-marshal package
Albert Krewinkel
1
-5
/
+0
2021-11-27
Lua: use package pandoc-lua-marshal (#7719)
Albert Krewinkel
31
-2893
/
+308
2021-11-24
LaTeX reader: Fix semantics of `\ref`.
John MacFarlane
2
-6
/
+4
2021-11-24
LaTeX reader: improve references.
John MacFarlane
4
-5
/
+27
2021-11-24
LaTeX reader: omit visible content for `\label{...}`.
John MacFarlane
2
-5
/
+2
2021-11-24
HTML reader: parse attributes on links and images.
John MacFarlane
4
-13
/
+24
2021-11-24
Lua: allow single elements as singleton MetaBlocks/MetaInlines
Albert Krewinkel
2
-1
/
+22
2021-11-23
Improve detection of pipe table line widths.
John MacFarlane
3
-20
/
+52
2021-11-23
Simplify sample ris reader in doc/custom-readers.md.
John MacFarlane
1
-22
/
+9
2021-11-23
Lua: add function `pandoc.utils.text` (#7710)
Albert Krewinkel
4
-2
/
+57
2021-11-23
Lua: split strings into words when treating them as Inline list (#7712)
Albert Krewinkel
2
-6
/
+33
2021-11-22
Add an example to custom-readers.md.
John MacFarlane
1
-0
/
+52
2021-11-22
Add .yml to Citeproc formatFromExtension (#7706)
Jörn Krenzer
1
-0
/
+1
2021-11-21
cabal.project: remove spurious source package stanza for texmath.
John MacFarlane
1
-4
/
+4
2021-11-21
Fix top-level header on changelog.
John MacFarlane
1
-1
/
+1
2021-11-21
Update changelog.
John MacFarlane
1
-0
/
+6
2021-11-21
yamlBsToRefs: allow multiple YAML documents.
John MacFarlane
1
-2
/
+2
2021-11-21
Update AUTHORS.md
John MacFarlane
1
-0
/
+4
2021-11-21
Add custom-writers.md.
John MacFarlane
2
-4
/
+55
2021-11-21
Minor changelog edits.
Albert Krewinkel
1
-7
/
+3
2021-11-21
Rename doc/custom-reader.lua to doc/custom-readers.md
Albert Krewinkel
1
-0
/
+0
2021-11-20
Update man page.
John MacFarlane
2
-13
/
+43
2021-11-20
Bump to 2.16.2
John MacFarlane
1
-1
/
+1
2021-11-20
More changelog edits
John MacFarlane
1
-4
/
+4
2021-11-20
Minor changelog edits.
John MacFarlane
1
-3
/
+3
2021-11-20
Update changelog.
John MacFarlane
1
-0
/
+162
2021-11-20
Use released texmath.
John MacFarlane
1
-3
/
+1
2021-11-20
Capture `alt-text` in JATS figures (#7703)
Albert Krewinkel
2
-2
/
+31
2021-11-19
Lua tests: reset path and cpath when testing 'require' fallback.
John MacFarlane
1
-2
/
+4
2021-11-19
Lua: fix global module loading (#7701)
Albert Krewinkel
1
-7
/
+27
2021-11-19
Remove unused line.
John MacFarlane
1
-1
/
+0
2021-11-19
MediaWiki writer: fix code for generating spans for header IDs.
John MacFarlane
3
-3
/
+34
2021-11-19
HTML writer: Don't create invalid `data-` attribute...
John MacFarlane
2
-0
/
+7
2021-11-18
MediaWiki writer: use HTML spans for anchors when header has id.
John MacFarlane
2
-2
/
+35
2021-11-18
RST reader: handle class attribute for for custom roles (#7700)
willj-dev
2
-8
/
+25
2021-11-18
Add doc for custom-readers.
John MacFarlane
1
-0
/
+599
2021-11-17
Update build files (#7696)
Fabián Heredia Montiel
3
-9
/
+4
2021-11-17
Babel mappings: use ancientgreek for grc.
John MacFarlane
1
-1
/
+1
2021-11-17
Lua: set `lpeg`, `re` as globals; allow shared lib access via require
Albert Krewinkel
3
-33
/
+52
2021-11-16
Use latest dev texmath.
John MacFarlane
2
-1
/
+7
2021-11-16
Lua: make loading of global LPeg modules more robust
Albert Krewinkel
1
-14
/
+20
2021-11-15
Markdown writer: don't create autolinks when this loses information.
John MacFarlane
2
-1
/
+17
2021-11-15
LaTeX reader: add rudimentary support for `\autoref` (#7693)
Albert Krewinkel
2
-0
/
+19
2021-11-14
Fix misspelled extension name in manual.
John MacFarlane
1
-1
/
+1
[prev]
[next]