@@ -7,6 +7,7 @@ flexmark-java
7
7
8
8
- [ To Do] ( #to-do )
9
9
- [ Docx Converter] ( #docx-converter )
10
+ - [ 0.30.2] ( #0302 )
10
11
- [ 0.30.0] ( #0300 )
11
12
- [ 0.28.38] ( #02838 )
12
13
- [ 0.28.36] ( #02836 )
@@ -238,6 +239,11 @@ flexmark-java
238
239
239
240
</details>
240
241
242
+ 0.30.2
243
+ ------
244
+
245
+ * [ ] Add: Emoji option to convert shortcuts to unicode emoji characters.
246
+
241
247
0.30.0
242
248
------
243
249
@@ -259,11 +265,11 @@ flexmark-java
259
265
`DocxRenderer`
260
266
261
267
`RendererExtension.extend(RendererBuilder, String)` method of these gets passed `RendererBuilder` instead of `HtmlRenderer.Builder`
262
-
268
+
263
269
extensions that implement both `RendererExtension` and `HtmlRendererExtension` will have
264
270
only have the html renderer extension `extend` method called.
265
271
266
- * Add: `flexmark-ext-aside` handling to DocxConverter
272
+ * Add: `flexmark-ext-aside` handling to DocxConverter
267
273
268
274
* Fix: DocxConverter formatting around footnote reference would be applied to footnote text
269
275
@@ -285,7 +291,7 @@ flexmark-java
285
291
* Change: Enumerated references which are missing the definition for their type now default to
286
292
`type #` where # is the reference ordinal instead of just `#`.
287
293
288
- * Add: Enumerated links now have title set to the text value of the reference.
294
+ * Add: Enumerated links now have title set to the text value of the reference.
289
295
290
296
* Add: DocxConverter options to control heading id generation to resolve anchor refs to document anchors
291
297
* `DocxRenderer.HTML_ID_GENERATOR`, default `HtmlIdGenerator instance`, the id generator to
@@ -295,9 +301,9 @@ flexmark-java
295
301
bookmark names, except ones linking to first heading in a document. Only needed if you have
296
302
some post processor on the docx adding suffixes to bookmark names.
297
303
298
- <!--
304
+ <!--
299
305
* `DocxRenderer.FIRST_HEADING_ID_SUFFIX`, default `""`, used to add a suffix to the id of the
300
- first heading of the document and any hyperlinks to it.
306
+ first heading of the document and any hyperlinks to it.
301
307
-->
302
308
303
309
For convenience these `HtmlRenderer` keys are aliased through `DocxRenderer`, keep in mind
@@ -318,7 +324,7 @@ flexmark-java
318
324
* `DocxRenderer.TABLE_CONTENTS`, default "TableContents"
319
325
* `DocxRenderer.TABLE_HEADING`, default "TableHeading"
320
326
* `DocxRenderer.FOOTNOTE_STYLE`, default "Footnote"
321
- <!--
327
+ <!--
322
328
* `DocxRenderer.BULLET_LIST_STYLE`, default "BulletList"
323
329
* `DocxRenderer.BLOCK_QUOTE_BULLET_LIST_STYLE`, default "QuotationsBulletList"
324
330
* `DocxRenderer.NUMBERED_LIST_STYLE`, default "NumberedList"
0 commit comments