You can find an implementation of this feature Asciidoctor. It requires adding an anchor placeholder in HTML of the section title, them some CSS to make it visible. I use Font Awesome to "draw" the icon.
HTML:: https://github.com/asciidoctor/asciidoctor/blob/master/lib/asciidoctor/converter/html5.rb#L295 CSS (in SASS format):: https://github.com/asciidoctor/asciidoctor-stylesheet-factory/blob/master/sass/components/_asciidoc.scss#L451 -Dan On Sep 13, 2014 4:18 PM, "Michael-O" <[email protected]> wrote: > Hi, > > I am looking for a feature AsciiDoc does not offer at the moment. On > several websites you see sometimes a pilcrow which links to the chapter > next to it. This is very handy in case you want to copy that exact URL with > anchor and send to someone. Right now, I have to open the source code and > copy the anchor name manually. > > Can we add this feature in AsciiDoc? See > http://cweiske.de/tagebuch/html-heading-links.htm > > Thanks, > > Michael > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/asciidoc. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
