@@ -181,7 +181,16 @@ Please give feedback on the upcoming changes if you have concerns about breaking
181
181
182
182
* Fix: update OpenHtmlToPDF to 1.0.10
183
183
* Fix: update jsoup to 1.14.3
184
+ * Fix: update junit to 4.13.2
184
185
* Fix: Remove deprecated ` of() ` sequence methods.
186
+ * Fix: [ #452 , JiraConverter: Mixed lists rendered incorrectly] , thanks to
187
+ ** [ znerd] ( https://github.com/znerd ) **
188
+ * Fix: merge [ #489 , add flexmark-ext-resizable-image] thanks to
189
+ ** [ sparksparrow] ( https://github.com/sparksparrow ) **
190
+ * Fix: [ #482 , Namespaces in embedded HTML blocks not supported?]
191
+ * Add ` Parser.HTML_ALLOW_NAME_SPACE ` , default ` false ` to allow recognizing HTML elements with
192
+ namespace prefix. :exclamation : HTML deep parser always allows namespaces and ignores this
193
+ option.
185
194
186
195
## 0.62.4
187
196
@@ -214,7 +223,7 @@ Please give feedback on the upcoming changes if you have concerns about breaking
214
223
215
224
## 0.61.30
216
225
217
- * Fix: [ #402 , When using PegdownOptionsAdapter indented code blocks does not work for lists ]
226
+ * Fix: [ #452 , JiraConverter: Mixed lists rendered incorrectly ]
218
227
219
228
## 0.61.28
220
229
@@ -339,7 +348,7 @@ Please give feedback on the upcoming changes if you have concerns about breaking
339
348
* Deprecate: ` JekyllTagExtension.ENABLE_RENDERING ` , not used nor needed.
340
349
* Fix: [ #398 , Autolinks get cut off if they contain \` & ; \` (escaped query params)]
341
350
342
- ## 0.61.10
351
+ ## 0.61.10
343
352
344
353
* Add: ` HtmlRenderer.FENCED_CODE_LANGUAGE_DELIMITERS ` , default ` " \t" ` , to configure which chars
345
354
terminate the language part of info string
@@ -2154,6 +2163,8 @@ Please give feedback on the upcoming changes if you have concerns about breaking
2154
2163
[#397, PR: Add base64 image support with docx rendering]: https://github.com/vsch/flexmark-java/pull/397
2155
2164
[#398, Autolinks get cut off if they contain \`&\` (escaped query params)]: https://github.com/vsch/flexmark-java/issues/398
2156
2165
[#407, Link text inline content fails to parse image references]: https://github.com/vsch/flexmark-java/issues/407
2166
+ [#452, JiraConverter: Mixed lists rendered incorrectly]: https://github.com/vsch/flexmark-java/issues/452
2167
+ [#489, add flexmark-ext-resizable-image]: https://github.com/vsch/flexmark-java/issues/489
2157
2168
[@Xaelis]: https://github.com/Xaelis
2158
2169
[Awesome Console]: https://plugins.jetbrains.com/plugin/7677-awesome-console "Awesome Console"
2159
2170
[HtmlToMarkdownCustomizedSample.java]: https://github.com/vsch/flexmark-java/blob/master/flexmark-java-samples/src/com/vladsch/flexmark/java/samples/HtmlToMarkdownCustomizedSample.java
@@ -2164,6 +2175,6 @@ Please give feedback on the upcoming changes if you have concerns about breaking
2164
2175
[migrate 0_35_x to 0_40_0.xml]: /assets/migrations/migrate%20flexmark-java%200_35_x%20to%200_40_0.xml
2165
2176
[migrate flexmark-java 0_40_x to 0_42_0]: https://github.com/vsch/flexmark-java/blob/master/assets/migrations/migrate%20flexmark-java%200_40_x%20to%200_42_0.xml
2166
2177
[migrate flexmark-java 0_42_x to 0_50_0.xml]: https://github.com/vsch/flexmark-java/blob/master/assets/migrations/migrate%20flexmark-java%200_42_x%20to%200_50_0.xml
2178
+ [#482, Namespaces in embedded HTML blocks not supported?]: https://github.com/vsch/flexmark-java/issues/482
2167
2179
2168
2180
2169
- [#402, When using PegdownOptionsAdapter indented code blocks does not work for lists]: https://github.com/vsch/flexmark-java/issues/402
0 commit comments