]> granicus.if.org Git - pgbouncer/commit
Do not depend on Pandoc 2.0
authorMarco Nenciarini <marco.nenciarini@2ndquadrant.it>
Wed, 26 Jun 2019 13:38:48 +0000 (15:38 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 26 Jun 2019 19:56:01 +0000 (21:56 +0200)
commit212f9b26d8441026b0f7710f236ea21dbfda3d5d
tree67b5b4e0e2840af994c5efad2bf6b2c09c51d1f1
parent5e86bac6066fbd594da1ad3dcc9c42040a0808b0
Do not depend on Pandoc 2.0

Replace the Lua filter with one written in Python, so it can work with
older Pandoc versions.  Import pandocfilters.py package from Pandoc to
help with that.
.gitignore
.travis.yml
debian/control
doc/Makefile
doc/filter.lua [deleted file]
doc/filter.py [new file with mode: 0755]
doc/pandocfilters.py [new file with mode: 0644]