Skip to content

Commit 4478724

Browse files
committed
flexmark-java updated to 0.7.0; commonmark-java updated to 0.8.0
1 parent 99debf9 commit 4478724

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Markdown Writer FX Change Log
1616
- Support Autolinks (link without text) and Email links.
1717
- Configurable bold, italic and unordered list markers in Options dialog.
1818
- Fixed background color of selected text in editor.
19+
- Updated [commonmark-java] and [flexmark-java] to [CommonMark] spec 0.27.
1920

2021

2122
## 0.4

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
compile 'org.fxmisc.cssfx:cssfx:1.0.0'
2626
compile 'org.apache.commons:commons-lang3:3.5'
2727

28-
def flexmarkVersion = '0.6.1'
28+
def flexmarkVersion = '0.7.0'
2929
compile 'com.vladsch.flexmark:flexmark:' + flexmarkVersion
3030
compile 'com.vladsch.flexmark:flexmark-ext-abbreviation:' + flexmarkVersion
3131
compile 'com.vladsch.flexmark:flexmark-ext-anchorlink:' + flexmarkVersion
@@ -40,7 +40,7 @@ dependencies {
4040
compile 'com.vladsch.flexmark:flexmark-ext-wikilink:' + flexmarkVersion
4141
compile 'com.vladsch.flexmark:flexmark-ext-yaml-front-matter:' + flexmarkVersion
4242

43-
def commonmarkVersion = '0.7.1'
43+
def commonmarkVersion = '0.8.0'
4444
compile 'com.atlassian.commonmark:commonmark:' + commonmarkVersion
4545
compile 'com.atlassian.commonmark:commonmark-ext-autolink:' + commonmarkVersion
4646
compile 'com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:' + commonmarkVersion

0 commit comments

Comments
 (0)