File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Markdown Writer FX Change Log
16
16
- Support Autolinks (link without text) and Email links.
17
17
- Configurable bold, italic and unordered list markers in Options dialog.
18
18
- Fixed background color of selected text in editor.
19
+ - Updated [ commonmark-java] and [ flexmark-java] to [ CommonMark] spec 0.27.
19
20
20
21
21
22
## 0.4
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
compile ' org.fxmisc.cssfx:cssfx:1.0.0'
26
26
compile ' org.apache.commons:commons-lang3:3.5'
27
27
28
- def flexmarkVersion = ' 0.6.1 '
28
+ def flexmarkVersion = ' 0.7.0 '
29
29
compile ' com.vladsch.flexmark:flexmark:' + flexmarkVersion
30
30
compile ' com.vladsch.flexmark:flexmark-ext-abbreviation:' + flexmarkVersion
31
31
compile ' com.vladsch.flexmark:flexmark-ext-anchorlink:' + flexmarkVersion
@@ -40,7 +40,7 @@ dependencies {
40
40
compile ' com.vladsch.flexmark:flexmark-ext-wikilink:' + flexmarkVersion
41
41
compile ' com.vladsch.flexmark:flexmark-ext-yaml-front-matter:' + flexmarkVersion
42
42
43
- def commonmarkVersion = ' 0.7.1 '
43
+ def commonmarkVersion = ' 0.8.0 '
44
44
compile ' com.atlassian.commonmark:commonmark:' + commonmarkVersion
45
45
compile ' com.atlassian.commonmark:commonmark-ext-autolink:' + commonmarkVersion
46
46
compile ' com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:' + commonmarkVersion
You can’t perform that action at this time.
0 commit comments