pandoc-crossref-0.2.7.0: test/m2m/links/input.md
---
linkReferences: true
...
This is a test file with some referenced equations, line $$ this $$
Some equations might be inside of text, $$ for example $$ this one.
Some equations might be on start of paragraphs:
$$ start $$ of paragraph.
Other might be on separate paragraphs of their own:
$$ separate $$
Some of those can be labelled:
This is a test file with some referenced equations, line $$ this $${#eq:0}
Some equations might be inside of text, $$ for example $${#eq:1} this one.
Some equations might be on start of paragraphs:
$$ start $${#eq:2} of paragraph.
Other might be on separate paragraphs of their own:
$$ separate $${#eq:3}
Then they can be referenced:
Individually @eq:0, @eq:1, @eq:2, @eq:3
Or in groups [@eq:0; @eq:1; @eq:3]
Groups will be compacted [@eq:0; @eq:1; @eq:3; @eq:2]
Unknown references will print labels [@eq:0; @eq:none; @eq:3; @eq:2]
Reference prefix will override default prefix [Equation @eq:0; @eq:3; @eq:2]
References with `-` prepended won't have prefix at all:
[-@eq:0; -@eq:1; @eq:2; @eq:3]
References with suffix will have suffix printed after index (configurable):
[@eq:0; @eq:1 suffix; @eq:2]