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 a09fdcd commit c4b8248Copy full SHA for c4b8248
README.md
@@ -11,7 +11,7 @@ First, add following dependency into your `pom.xml`:
11
<dependency>
12
<groupId>io.github.gitbucket</groupId>
13
<artifactId>markedj</artifactId>
14
- <version>1.0.19</version>
+ <version>1.0.20</version>
15
</dependency>
16
</dependencies>
17
```
pom.xml
@@ -4,7 +4,7 @@
4
5
6
<packaging>jar</packaging>
7
8
<name>markedj</name>
9
<url>https://github.com/gitbucket/markedj</url>
10
<description>JVM port of graceful markdown processor marked.js</description>
0 commit comments