asciidoctor-comment-links
Turn the link in the comment of the source block into a clickable jump link.
đź’ˇ
|
Now, it only support Rouge highlighter. |
Installation
This extension is published on RubyGems as asciidoctor-comment-links. Install the gem by adding it to your project’s Gemfile or gemspec and running Bundler. Or install it directly:
$ gem install asciidoctor-comment-links
Usage
Be sure to use Asciidoctor v2.0.0 or later.
$ asciidoctor -V
Asciidoctor 2.0.0 [https://asciidoctor.org]
Use Asciidoctor’s --require
option like this:
$ asciidoctor -r asciidoctor-comment-links sample.adoc
Contributing
-
Share this project with someone else who may be interested
-
Contribute a fix for a currently open issues (if any) using a GitHub pull request (please discuss before working on any large changes)
-
Submit your comments or your ideas on Discuss on chat.asciidoctor.org.
-
Open a new issue for a problem you’ve discovered or a possible enhancement
Thank you for your support!