Open alanzchen opened 3 years ago
Another test markdown that fails:
---
theoremnos-cleveref: True
theoremnos-names:
- id: asum
name: Assumption
- id: prop
name: Proposition
- id: lemma
name: Lemma
---
@tbl:terms
| A | B | C |
| ---------------------- | ------------- | ------------------------------------------------------------ |
| D | $(0,\infty)$ | F |
Table: Terminology Table {#tbl:terms}
@tbl:terms
pandoc -f markdown+smart+fenced_divs --standalone -F pandoc-theoremnos -F pandoc-crossref --citeproc --number-sections --output=test.pdf test.md
Ahhh, never mind, just read the fine print that the latest pandoc is not supported.
Got the following error when running:
My example markdown is as follows:
The problem is with the table reference. That seems to be the one that is conflicting with this filter. Removing the table will resolve the issue, but it is currently the only way to reference a table AFAIK: http://lierdakil.github.io/pandoc-crossref/#table-labels