File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ following sample:
4343<dependency >
4444 <groupId >com.vladsch.flexmark</groupId >
4545 <artifactId >flexmark-all</artifactId >
46- <version >0.34.2 </version >
46+ <version >0.34.4 </version >
4747</dependency >
4848```
4949
@@ -86,7 +86,7 @@ public class BasicSample {
8686#### Building via Gradle
8787
8888``` shell
89- compile ' com.vladsch.flexmark:flexmark-all:0.34.2 '
89+ compile ' com.vladsch.flexmark:flexmark-all:0.34.4 '
9090```
9191
9292#### Building with Android Studio
@@ -176,6 +176,9 @@ custom node renderer if you need to override the generated link HTML.
176176
177177### Latest Additions
178178
179+ * [ Extensions: Media Tags] ( ../../wiki/Extensions#media-tags ) Media link transformer extension
180+ courtesy Cornelia Schultz (GitHub [ @CorneliaXaos ] ( https://github.com/CorneliaXaos ) ) transforms
181+ links using custom prefixes to Audio, Embed, Picture, and Video HTML5 tags.
179182* [ Translation Helper API] ( ../../wiki/Translation-Helper-API ) to make translating markdown
180183 documents easier.
181184* [ Admonition Extension] ( https://github.com/vsch/flexmark-java/wiki/Extensions#admonition ) To
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ flexmark-java
88- [ To Do] ( #to-do )
99 - [ Docx Converter] ( #docx-converter )
1010 - [ GitLab compatibility extensions] ( #gitlab-compatibility-extensions )
11- - [ Next 0.34.4] ( #next- 0344 )
11+ - [ 0.34.4] ( #0344 )
1212- [ 0.34.2] ( #0342 )
1313- [ 0.34.0] ( #0340 )
1414- [ 0.32.24] ( #03224 )
@@ -263,8 +263,8 @@ flexmark-java
263263
264264  ; </details >
265265
266- Next 0.34.4
267- -----------
266+ 0.34.4
267+ ------
268268
269269* Add: media tags extension thanks to Cornelia Schultz (GitHub @CorneliaXaos )
270270* Change: convert class methods to static when possible
You can’t perform that action at this time.
0 commit comments