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
The extra <span> allows manipulating the scroll position (for example when there’s a fixed navigation, this avoids that the headline is hidden behind it)
The <a> should be visible on hover and display a #, link icon or anchor icon (depending on the theme)
This might need to have an additional hook which gets called in renderInline()
The text was updated successfully, but these errors were encountered:
Write a plugin that adds IDs and anchors to headings.
Example
Input:
# Lorem ipsum
Output:
Background
<span>
allows manipulating the scroll position (for example when there’s a fixed navigation, this avoids that the headline is hidden behind it)<a>
should be visible on hover and display a#
, link icon or anchor icon (depending on the theme)renderInline()
The text was updated successfully, but these errors were encountered: