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
To avoid #1957 and possibly similar issues, we should be careful on the ids we choose for sections, examples, tables, figures. On one side, we can think of consistent patterns and on the other side, blacklist some.
Below are some proposals
Pattern:
Examples ex-EXAMPLENAME (these are TD snippets)
Sections sec-SECTIONNAME
Figure fig-FIGURENAME
Blacklist:
title since it is auto-generated for the document title by ReSpec
The text was updated successfully, but these errors were encountered:
As sketched having our own prefix might be a good solution. Having said that, we could also add something based on the actual document like "td-", "arch-" etc . Not sure though if this is an overkill 🙈
To avoid #1957 and possibly similar issues, we should be careful on the ids we choose for sections, examples, tables, figures. On one side, we can think of consistent patterns and on the other side, blacklist some.
Below are some proposals
Pattern:
ex-EXAMPLENAME
(these are TD snippets)sec-SECTIONNAME
fig-FIGURENAME
Blacklist:
title
since it is auto-generated for the document title by ReSpecThe text was updated successfully, but these errors were encountered: