Skip to content

Commit 30de2ea

Browse files
committed
prep 0.32.16
1 parent 71ec950 commit 30de2ea

88 files changed

Lines changed: 453 additions & 193 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/markdown-exported-files.xml

Lines changed: 30 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator/OVERVIEW.xml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ following sample:
4242
<dependency>
4343
<groupId>com.vladsch.flexmark</groupId>
4444
<artifactId>flexmark-all</artifactId>
45-
<version>0.32.14</version>
45+
<version>0.32.16</version>
4646
</dependency>
4747
```
4848

@@ -85,7 +85,7 @@ public class BasicSample {
8585
#### Building via Gradle
8686

8787
```shell
88-
compile 'com.vladsch.flexmark:flexmark-all:0.32.14'
88+
compile 'com.vladsch.flexmark:flexmark-all:0.32.16'
8989
```
9090

9191
#### Building with Android Studio

VERSION.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
- [0.32.16](#03216)
11+
- [Next: 0.32.16](#next-03216)
1212
- [0.32.14](#03214)
1313
- [0.32.12](#03212)
1414
- [0.32.10](#03210)
@@ -256,10 +256,18 @@ flexmark-java
256256

257257
&nbsp;</details>
258258

259-
0.32.16
260-
-------
259+
Next: 0.32.16
260+
-------------
261261

262+
* Fix: change all javadoc/overview.html to be generated from javadoc/overview.md files.
262263
* Fix: admonition.css remove non-existent `horiz-align` property.
264+
* Add: [HtmlToMarkdownSample.java](https://github.com/vsch/flexmark-java/blob/master/flexmark-java-samples/src/com/vladsch/flexmark/samples/HtmlToMarkdownSample.java)
265+
* Add: `HtmlRenderer.HEADER_ID_GENERATOR_NON_DASH_CHARS`, default `""`. Any characters in the
266+
string will be preserved and passed through to the heading ID.
267+
* Fix: `ParserEmulationProfile.GITHUB_DOC` now sets
268+
`HtmlRenderer.HEADER_ID_GENERATOR_NO_DUPED_DASHES` to `" -"` and
269+
`HtmlRenderer.HEADER_ID_GENERATOR_NON_DASH_CHARS` to `"_"` to match current GitHub heading id
270+
generation rules.
263271

264272
0.32.14
265273
-------

0 commit comments

Comments
 (0)