Skip to content
Discussion options

You must be logged in to vote

Quarto does in fact use syntax very similar to pandoc-crossref, albeit with a few important differences:

  1. As you noted, Quarto uses the prefix #fig- rather than #fig: (this is more compatible with Jupyter notebook cell ids, which don't allow :).
  2. Quarto is able to reference raw HTML and LaTeX figures and tables (which are often produced by executable code blocks).
  3. Quarto has support for referencing theorems and proofs (and related types).

As such, this is a ground up implementation of rather than a direct re-use of pandoc-crossref

This is implemented as a set of Lua filters, so it is at least in-principle something that could be used by other systems. That said, crossref systems can't rea…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mcanouil
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants