pandoc / lua-filters

A collection of lua filters for pandoc
MIT License
603 stars 165 forks source link

Documentation on web appears inconsistent with current stable release (2.10) #109

Closed nrnrnr closed 1 year ago

nrnrnr commented 4 years ago

I've been using https://pandoc.org/lua-filters.html#pandoc.table as a guide to calling pandoc.Table. But in the latest release (2.10), that interface is different. The two should match.

It would be very helpful if the documentation on the web bore a version number.

tarleb commented 4 years ago

Relevant resources:

It would be very helpful if the documentation on the web bore a version number.

It should always document the latest version (see also the linked issue above).

Side note: I've been thinking about adding the pandoc version in which a feature was introduced. This would make the documentation more useful to users of older versions, who otherwise can't tell whether the documentation applies to them or not.

jgm commented 4 years ago

Side note: I've been thinking about adding the pandoc version in which a feature was introduced. This would make the documentation more useful to users of older versions, who otherwise can't tell whether the documentation applies to them or not.

Good idea!

tarleb commented 1 year ago

This has been fixed, I think.