Skip to content

Commit

Permalink
update flexmark to 0.22.2 with deep HTML block parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
vsch committed Jul 12, 2017
1 parent 2e3bf9c commit 01ab1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.vladsch.flexmark</groupId>
<artifactId>markdown-page-generator-plugin</artifactId>
<version>0.21.0</version>
<version>0.22.2</version>
<packaging>maven-plugin</packaging>
<name>Markdown Page Generator Maven Plugin</name>
<description>Markdown to HTML Page Generator Maven Plugin</description>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-profile-pegdown</artifactId>
<version>0.21.0</version>
<version>0.22.2</version>
</dependency>

<!-- Maven plugin testing -->
Expand Down

0 comments on commit 01ab1cb

Please sign in to comment.