packages feed

pandoc-crossref-0.2.6.0: test/m2m/equations-tables-auto/expect.md

This is a test file with some referenced equations, line

<div>

  ------------------------------------------------------------------------------------------------------------------------ ------------
                                                         $$ this $$                                                             $$(1)$$
  ------------------------------------------------------------------------------------------------------------------------ ------------

</div>

Some equations might be inside of text,

<div>

  ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------
                                                                                        $$ for example $$                                                                                                    $$(2)$$
  ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------

</div>

this one.

Some equations might be on start of paragraphs:

<div>

  ---------------------------------------------------------------------------------------------------------------------------------- -------------
                                                             $$ start $$                                                                   $$(3)$$
  ---------------------------------------------------------------------------------------------------------------------------------- -------------

</div>

of paragraph.

Other might be on separate paragraphs of their own:

<div>

  ---------------------------------------------------------------------------------------------------------------------------------------------------------------- ----------------
                                                                           $$ separate $$                                                                                   $$(4)$$
  ---------------------------------------------------------------------------------------------------------------------------------------------------------------- ----------------

</div>

Some of those can be labelled:

This is a test file with some referenced equations, line

<div id="eq:0">

  ------------------------------------------------------------------------------------------------------------------------ ------------
                                                         $$ this $$                                                             $$(5)$$
  ------------------------------------------------------------------------------------------------------------------------ ------------

</div>

Some equations might be inside of text,

<div id="eq:1">

  ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------
                                                                                        $$ for example $$                                                                                                    $$(6)$$
  ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------

</div>

this one.

Some equations might be on start of paragraphs:

<div id="eq:2">

  ---------------------------------------------------------------------------------------------------------------------------------- -------------
                                                             $$ start $$                                                                   $$(7)$$
  ---------------------------------------------------------------------------------------------------------------------------------- -------------

</div>

of paragraph.

Other might be on separate paragraphs of their own:

<div id="eq:3">

  ---------------------------------------------------------------------------------------------------------------------------------------------------------------- ----------------
                                                                           $$ separate $$                                                                                   $$(8)$$
  ---------------------------------------------------------------------------------------------------------------------------------------------------------------- ----------------

</div>

Then they can be referenced:

Individually eq. 5, eq. 6, eq. 7, eq. 8

Or in groups eqns. 5, 6, 8

Groups will be compacted eqns. 5-8