File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
commonmark-integration-test
src/test/java/org/commonmark/integration Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2828 <groupId >org.commonmark</groupId >
2929 <artifactId >commonmark-ext-ins</artifactId >
3030 </dependency >
31+ <dependency >
32+ <groupId >org.commonmark</groupId >
33+ <artifactId >commonmark-ext-gfm-alerts</artifactId >
34+ </dependency >
3135 <dependency >
3236 <groupId >org.commonmark</groupId >
3337 <artifactId >commonmark-ext-gfm-strikethrough</artifactId >
Original file line number Diff line number Diff line change 44import org .commonmark .ext .autolink .AutolinkExtension ;
55import org .commonmark .ext .footnotes .FootnotesExtension ;
66import org .commonmark .ext .front .matter .YamlFrontMatterExtension ;
7+ import org .commonmark .ext .gfm .alerts .AlertsExtension ;
78import org .commonmark .ext .gfm .strikethrough .StrikethroughExtension ;
89import org .commonmark .ext .gfm .tables .TablesExtension ;
910import org .commonmark .ext .image .attributes .ImageAttributesExtension ;
@@ -19,6 +20,7 @@ public class Extensions {
1920 FootnotesExtension .create (),
2021 ImageAttributesExtension .create (),
2122 InsExtension .create (),
23+ AlertsExtension .create (),
2224 StrikethroughExtension .create (),
2325 TablesExtension .create (),
2426 TaskListItemsExtension .create (),
Original file line number Diff line number Diff line change 155155 <artifactId >commonmark-ext-ins</artifactId >
156156 <version >0.27.2-SNAPSHOT</version >
157157 </dependency >
158+ <dependency >
159+ <groupId >org.commonmark</groupId >
160+ <artifactId >commonmark-ext-gfm-alerts</artifactId >
161+ <version >0.27.2-SNAPSHOT</version >
162+ </dependency >
158163 <dependency >
159164 <groupId >org.commonmark</groupId >
160165 <artifactId >commonmark-ext-gfm-strikethrough</artifactId >
You can’t perform that action at this time.
0 commit comments