You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(literals): move reference link into admonition (#856)
* fix(literals): move reference link into admonition
Special blocks (admonitions) are rendered by themselves without
including the rest of the page. Therefore, a reference link from the bottom of the
file is unavailable and cannot be resolved properly. This is
fixed by moving it to the bottom of the block instead of the bottom of
the file.
* fix(literals): remove non-existent `d` suffix
0 commit comments