Skip to content

Commit a744653

Browse files
committed
fix vsch#53
1 parent 4cc30be commit a744653

37 files changed

Lines changed: 412 additions & 83 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ than ideal and for pathological input either hangs or practically hangs during p
2020

2121
### Latest Additions
2222

23-
* [XWiki Macros Extension Module](../../wiki/Extensions#xwiki-macro-extension)
24-
* [Jekyll tags Extension Module](../../wiki/Extensions#jekyll-tags)
25-
* [HTML to Markdown Converter Module](../../wiki/Extensions#html-to-markdown)
23+
* [XWiki Macros Extension Module](https://github.com/vsch/flexmark-java/wiki/Extensions#xwiki-macro-extension)
24+
* [Jekyll tags Extension Module](https://github.com/vsch/flexmark-java/wiki/Extensions#jekyll-tags)
25+
* [HTML to Markdown Converter Module](https://github.com/vsch/flexmark-java/wiki/Extensions#html-to-markdown)
2626
* [Maven Markdown Page Generator Plugin](https://github.com/vsch/markdown-page-generator-plugin)
27-
* [Markdown Formatter](../../wiki/Markdown-Formatter) module to output AST as markdown with
27+
* [Markdown Formatter](https://github.com/vsch/flexmark-java/wiki/Markdown-Formatter) module to output AST as markdown with
2828
formatting options.
29-
* [Table Extension](../../wiki/Extensions#tables) for
30-
[Markdown Formatter](../../wiki/Markdown-Formatter) with column width and alignment of
29+
* [Table Extension](https://github.com/vsch/flexmark-java/wiki/Extensions#tables) for
30+
[Markdown Formatter](https://github.com/vsch/flexmark-java/wiki/Markdown-Formatter) with column width and alignment of
3131
markdown tables:
3232

3333
<table>
3434
<thead> <tr><th>Input</th> <th>Output</th> </tr> </thead>
3535
<tr><td>
3636
<pre><code class="language-markdown">day|time|spent
3737
:---|:---:|--:
38-
nov. 2. tue|10:00|4h 40m
38+
nov. 2. tue|10:00|4h 40m
3939
nov. 3. thu|11:00|4h
40-
nov. 7. mon|10:20|4h 20m
40+
nov. 7. mon|10:20|4h 20m
4141
total:|| **13h**
4242
</code></pre>
4343
</td><td>

VERSION.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ flexmark-java
66
[TOC]: # " "
77

88
- [To Do](#to-do)
9+
- [0.13.3](#0133)
910
- [0.13.2](#0132)
1011
- [0.13.1](#0131)
1112
- [0.13.0](#0130)
@@ -116,6 +117,11 @@ flexmark-java
116117

117118
&nbsp;</details>
118119

120+
0.13.3
121+
------
122+
123+
* Fix: #53, HTML to Markdown converter does handle pre wrapped text properly
124+
119125
0.13.2
120126
------
121127

flexmark-ext-abbreviation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.13.2</version>
7+
<version>0.13.3</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-abbreviation</artifactId>

flexmark-ext-anchorlink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.13.2</version>
7+
<version>0.13.3</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-anchorlink</artifactId>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.vladsch.flexmark</groupId>
3030
<artifactId>flexmark-jira-converter</artifactId>
31-
<version>0.13.2</version>
31+
<version>0.13.3</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>

flexmark-ext-aside/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.13.2</version>
7+
<version>0.13.3</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-aside</artifactId>

flexmark-ext-autolink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.13.2</version>
7+
<version>0.13.3</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-autolink</artifactId>

flexmark-ext-definition/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.13.2</version>
7+
<version>0.13.3</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-definition</artifactId>

flexmark-ext-emoji/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.13.2</version>
7+
<version>0.13.3</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-emoji</artifactId>

flexmark-ext-escaped-character/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.13.2</version>
7+
<version>0.13.3</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-escaped-character</artifactId>

flexmark-ext-footnotes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.13.2</version>
7+
<version>0.13.3</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-footnotes</artifactId>

0 commit comments

Comments
 (0)