Registry / utility / flexmark-ext-anchorlink

flexmark-ext-anchorlink

JSON →
library0.64.8javamavenunverified

flexmark-java extension for generating anchor links for headings using GitHub compatible algorithm.

<dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-anchorlink</artifactId> <version>0.64.8</version> </dependency>
INSTALL
IMPORT
SIG · FLEXMARK-EXT-ANCHO
F
flexmark-ext-anchorlink
utilityjavav0.64.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AnchorLinkExtension
com.vladsch.flexmark.ext.anchorlink.AnchorLinkExtension

Creates a Markdown parser with the AnchorLink extension.

import com.vladsch.flexmark.ext.anchorlink.AnchorLinkExtension; import com.vladsch.flexmark.parser.Parser; public class Example { public static void main(String[] args) { Parser parser = Parser.builder().extensions(Arrays.asList(AnchorLinkExtension.create())).build(); // parse markdown } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.64.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flexmark-ext-anchorlink — mvn dependency:get flexmark-ext-anchorlink · libregistry