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-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
2021-11-12
JATS writer: ensure figures are wrapped with `<p>` in list items.
Albert Krewinkel
2
-15
/
+34
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
2
-1
/
+17
2021-11-11
Lua: load `re` module available into global of the same name
Albert Krewinkel
2
-28
/
+31
2021-11-11
JATS template: fix incomplete previous commit
Albert Krewinkel
3
-4
/
+5
2021-11-11
JATS template: fix equal-contrib attribute
Albert Krewinkel
1
-2
/
+1
2021-11-10
Remove unneeded package dependencies from benchmark target.
John MacFarlane
1
-3
/
+0
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
5
-50
/
+15
2021-11-09
cabal.project: Require transformers >= 0.5.6.
John MacFarlane
1
-1
/
+1
2021-11-09
Require Cabal 2.4. Use wildcards...
John MacFarlane
1
-84
/
+3
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
2
-6
/
+6
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
2
-18
/
+63
2021-11-08
Remove some extra stuff from data/creole.lua.
John MacFarlane
1
-7
/
+0
2021-11-08
Add `<titleabbr>` support to DocBook reader
Rowan Rodrik van der Molen
4
-6
/
+24
2021-11-08
Add disableLayout variable in revealjs template
Christophe Dervieux
1
-1
/
+1
2021-11-08
stack.yaml: require latest lpeg
Albert Krewinkel
1
-1
/
+1
2021-11-08
Lua: ensure that 're' module is always available.
Albert Krewinkel
3
-2
/
+18
2021-11-07
LaTeX reader: add 'uri' class when parsing `\url`.
John MacFarlane
4
-8
/
+8
2021-11-07
Replace old sample custom reader with a full-featured reader for creole.
John MacFarlane
4
-88
/
+200
2021-11-06
Pass ReaderOptions to custom readers as second parameter.
John MacFarlane
3
-8
/
+7
2021-11-06
Fuller sample custom reader.
John MacFarlane
1
-20
/
+63
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
5
-44
/
+177
2021-11-05
Add interface for custom readers written in Lua. (#7671)
John MacFarlane
5
-14
/
+135
2021-11-05
CI: remove test on ghc 8.0.2.
John MacFarlane
1
-5
/
+0
2021-11-05
doc/lua-filters.md: add section on global modules, including lpeg
Albert Krewinkel
1
-0
/
+10
2021-11-05
Support for <indexterm>s when reading DocBook (#7607)
Rowan Rodrik van der Molen
3
-4
/
+236
2021-11-05
MANUAL.txt: update table of exit codes and corresponding errors
Albert Krewinkel
1
-0
/
+2
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
[prev]
[next]