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
I'm thinking specifically of definition lists, i.e. <dt>s and their associated <dd>s. Using Nutshell to refer to definitions of terms that are presented in a semantically correct way seems very much to fit with the ethos of the project!
For example, in the following code on the target page:
<dl>
<dt id="myfirstterm">My term</dt>
<dd>My term's definition lorem ipsum dolor sit amet consectetur adipiscing elit</dd>
</dl>
it would be great if this code could retrieve the definition in a Nutshell:
...when we talk about [:my term](/terminology/#myfirstterm), what matters is...
The text was updated successfully, but these errors were encountered:
I just came across this need as well - I could rework my content to use headers but I do think being able to reference definitions is a coherent usage of Nutshell.
I'm thinking specifically of definition lists, i.e.
<dt>
s and their associated<dd>
s. Using Nutshell to refer to definitions of terms that are presented in a semantically correct way seems very much to fit with the ethos of the project!For example, in the following code on the target page:
it would be great if this code could retrieve the definition in a Nutshell:
The text was updated successfully, but these errors were encountered: