tomduck / pandoc-tablenos

A pandoc filter for numbering tables and table references.
GNU General Public License v3.0
108 stars 8 forks source link

Duplicate table numbers in HTML without section numbering #17

Closed timtroendle closed 4 years ago

timtroendle commented 4 years ago

Without section numbering, table numbers in HTML restart in each section nevertheless.

Here is an example:

# First section

[table def here]

# Second section

[table def here]

This leads to both tables having number 1.

timtroendle commented 4 years ago

The same issue and the same fix exists for fignos:

https://github.com/tomduck/pandoc-fignos/issues/76

tomduck commented 4 years ago

Thank you for this report and sorry for the long wait. The problem is now fixed in the nextrelease branch. If the problem reappears after the next release, please feel welcome to re-open this issue.

Tom