Skip to content

Commit cc2894e

Browse files
jotakmsherif1234
authored andcommitted
Add markdown-tables support
1 parent 98414c5 commit cc2894e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@
6969
<dependency>
7070
<groupId>io.quarkiverse.qute.web</groupId>
7171
<artifactId>quarkus-qute-web-markdown-autolink</artifactId>
72-
<version>3.2.2</version>
72+
<version>3.3.0</version>
73+
</dependency>
74+
<dependency>
75+
<groupId>io.quarkiverse.qute.web</groupId>
76+
<artifactId>quarkus-qute-web-markdown-tables</artifactId>
77+
<version>3.3.0</version>
7378
</dependency>
7479
<dependency>
7580
<groupId>org.mvnpm</groupId>

0 commit comments

Comments
 (0)