We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56aae03 commit 1a291e5Copy full SHA for 1a291e5
pom.xml
@@ -172,9 +172,21 @@
172
</dependency>
173
<dependency>
174
<groupId>com.vladsch.flexmark</groupId>
175
- <artifactId>flexmark-all</artifactId>
+ <artifactId>flexmark</artifactId>
176
<version>0.26.4</version>
177
178
+ <dependency>
179
+ <groupId>com.vladsch.flexmark</groupId>
180
+ <artifactId>flexmark-ext-gfm-strikethrough</artifactId>
181
+ <version>0.26.4</version>
182
+ <type>jar</type>
183
+ </dependency>
184
185
186
+ <artifactId>flexmark-ext-tables</artifactId>
187
188
189
190
</dependencies>
191
<properties>
192
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments