-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ optimization of implementation classes. Changes are detailed in | |
|
||
### master [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=master)](https://travis-ci.org/vsch/flexmark-java) | ||
|
||
### latest [![Maven Central status](https://img.shields.io/maven-central/v/com.vladsch.flexmark/flexmark.svg)](https://search.maven.org/search?q=g:com.vladsch.flexmark)<!-- @IGNORE PREVIOUS: link --> [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=0.61.0)](https://travis-ci.org/vsch/flexmark-java) [![Javadocs](https://www.javadoc.io/badge/com.vladsch.flexmark/flexmark.svg)](https://www.javadoc.io/doc/com.vladsch.flexmark/flexmark) | ||
### latest [![Maven Central status](https://img.shields.io/maven-central/v/com.vladsch.flexmark/flexmark.svg)](https://search.maven.org/search?q=g:com.vladsch.flexmark)<!-- @IGNORE PREVIOUS: link --> [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=0.61.4)](https://travis-ci.org/vsch/flexmark-java) [![Javadocs](https://www.javadoc.io/badge/com.vladsch.flexmark/flexmark.svg)](https://www.javadoc.io/doc/com.vladsch.flexmark/flexmark) | ||
|
||
<!-- [![codecov](https://codecov.io/gh/vsch/flexmark-java/branch/master/graph/badge.svg)](https://codecov.io/gh/vsch/flexmark-java) --> | ||
|
||
|
@@ -54,7 +54,7 @@ following sample: | |
<dependency> | ||
<groupId>com.vladsch.flexmark</groupId> | ||
<artifactId>flexmark-all</artifactId> | ||
<version>0.61.0</version> | ||
<version>0.61.4</version> | ||
</dependency> | ||
``` | ||
|
||
|
@@ -93,7 +93,7 @@ public class BasicSample { | |
#### Building via Gradle | ||
|
||
```shell | ||
compile 'com.vladsch.flexmark:flexmark-all:0.61.0' | ||
compile 'com.vladsch.flexmark:flexmark-all:0.61.4' | ||
``` | ||
|
||
#### Building with Android Studio | ||
|
@@ -183,7 +183,7 @@ custom node renderer if you need to override the generated link HTML. | |
|
||
### Latest Additions and Changes | ||
|
||
* Major reorganization and code cleanup of implementation in version 0.61.0, see | ||
* Major reorganization and code cleanup of implementation in version 0.61.4, see | ||
[Version-0.60.0-Changes](../../wiki/Version-0.60.0-Changes) | ||
* [Flexmark Architecture and Dependencies Diagrams](https://sourcespy.com/github/flexmark/) | ||
thanks to great work by [Alex Karezin](mailto:[email protected]) you can get an overview | ||
|