No release in over a year
It is an Asciidoctor Extension, it turns the link in the comment of the source block into a clickable jump link.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.2
~> 5.16
~> 13.0
~> 3.29
 Project Readme

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!