-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi,
The syntax for labeling math is
$$
1 + 1 = 2
$$ {#eq:math}
and the syntax for referencing is @eq:math
. This works fine in a single section, but a reference to a equation in another section doesn't work. This can be seen from the urls where references work by appending the label to the section like http://localhost:8004/page1.html#eq:math
, where page1
seems to be always the same section as the current one.
I am not sure if references to figures/tables have the same issues.
Metadata
Metadata
Assignees
Labels
No labels