Registry / serialization / flexmark-ext-gfm-strikethrough

flexmark-ext-gfm-strikethrough

JSON →
library0.64.8javamavenunverified

flexmark-java extension for GFM strikethrough using ~~ (GitHub Flavored Markdown).

<dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-gfm-strikethrough</artifactId> <version>0.64.8</version> </dependency>
INSTALL
IMPORT
SIG · FLEXMARK-EXT-GFM-S
F
flexmark-ext-gfm-strikethrough
serializationjavav0.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.

StrikethroughExtension
✓ com.vladsch.flexmark.ext.gfm.strikethrough.StrikethroughExtension

Minimal usage of StrikethroughExtension with flexmark parser.

import com.vladsch.flexmark.ext.gfm.strikethrough.StrikethroughExtension; import com.vladsch.flexmark.parser.Parser; public class Example { public static void main(String[] args) { Parser parser = Parser.builder().extensions(java.util.Arrays.asList(StrikethroughExtension.create())).build(); System.out.println("Parser with strikethrough extension created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.64.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
flexmark-ext-gfm-strikethrough — mvn dependency:get flexmark-ext-gfm-strikethrough · libregistry