Open
Description
Since I updated from the traditional sysreptor version to the latest version, I found that the figCounter is now off.
I do:
![Caption here](){#superman}
And it says See Fig 1
Fig 2: Caption here.
It's off compared to the previous versions.
Example:
Example CSS:
/* Figure */
figcaption::before {
content: var(--prefix-figure) counter(figCounter) " - ";
}
.ref-figure::before {
content: var(--prefix-figure) target-counter(attr(href), figCounter);
font-weight: normal !important;
font-family: "Source Code Pro", sans-serif !important;
font-size: 9pt !important;
font-color: #296a70 !important;
color: #296a70 !important;
}
Metadata
Metadata
Assignees
Labels
No labels