Allow users to quickly share sections with fragment links. Make `<h3>` elements clickable to add fragment link. Could do this with - anchor fragment links at each `<h3>`, set at each header in the markdown file. - javascript to register click event, set window.location.hash. + css for ui indications.
Allow users to quickly share sections with fragment links.
Make
<h3>elements clickable to add fragment link.Could do this with
<h3>, set at each header in the markdown file.