tomduck / pandoc-tablenos

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

table caption without identifier #2

Closed nononame closed 8 years ago

nononame commented 8 years ago

I have a bug at line 293

The program reads attrs.id but if not identifier was write for this table in the markdown source, this field does not exist and an exception stop the program.

Simon.

tomduck commented 8 years ago

Ooh! Good catch. I have posted the fixed code to GitHub. Would you mind testing it and letting me know it works for you?

nononame commented 8 years ago

Perfect. It works now, Thanks for your tool !

tomduck commented 8 years ago

A new version with this fix is now posted to pypi. Thanks for your feedback, and please let me know if you have any trouble with it. Cheers!