Skip to content

Commit 08dfedf

Browse files
committed
minor doc update
1 parent 9bf4c14 commit 08dfedf

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.idea/markdown-history.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ flexmark-java
77

88
- [To Do](#to-do)
99
- [Docx Converter](#docx-converter)
10+
- [0.30.2](#0302)
1011
- [0.30.0](#0300)
1112
- [0.28.38](#02838)
1213
- [0.28.36](#02836)
@@ -238,6 +239,11 @@ flexmark-java
238239
239240
&nbsp;</details>
240241
242+
0.30.2
243+
------
244+
245+
* [ ] Add: Emoji option to convert shortcuts to unicode emoji characters.
246+
241247
0.30.0
242248
------
243249
@@ -259,11 +265,11 @@ flexmark-java
259265
`DocxRenderer`
260266
261267
`RendererExtension.extend(RendererBuilder, String)` method of these gets passed `RendererBuilder` instead of `HtmlRenderer.Builder`
262-
268+
263269
extensions that implement both `RendererExtension` and `HtmlRendererExtension` will have
264270
only have the html renderer extension `extend` method called.
265271
266-
* Add: `flexmark-ext-aside` handling to DocxConverter
272+
* Add: `flexmark-ext-aside` handling to DocxConverter
267273
268274
* Fix: DocxConverter formatting around footnote reference would be applied to footnote text
269275
@@ -285,7 +291,7 @@ flexmark-java
285291
* Change: Enumerated references which are missing the definition for their type now default to
286292
`type #` where # is the reference ordinal instead of just `#`.
287293
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.
289295
290296
* Add: DocxConverter options to control heading id generation to resolve anchor refs to document anchors
291297
* `DocxRenderer.HTML_ID_GENERATOR`, default `HtmlIdGenerator instance`, the id generator to
@@ -295,9 +301,9 @@ flexmark-java
295301
bookmark names, except ones linking to first heading in a document. Only needed if you have
296302
some post processor on the docx adding suffixes to bookmark names.
297303
298-
<!--
304+
<!--
299305
* `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.
301307
-->
302308
303309
For convenience these `HtmlRenderer` keys are aliased through `DocxRenderer`, keep in mind
@@ -318,7 +324,7 @@ flexmark-java
318324
* `DocxRenderer.TABLE_CONTENTS`, default "TableContents"
319325
* `DocxRenderer.TABLE_HEADING`, default "TableHeading"
320326
* `DocxRenderer.FOOTNOTE_STYLE`, default "Footnote"
321-
<!--
327+
<!--
322328
* `DocxRenderer.BULLET_LIST_STYLE`, default "BulletList"
323329
* `DocxRenderer.BLOCK_QUOTE_BULLET_LIST_STYLE`, default "QuotationsBulletList"
324330
* `DocxRenderer.NUMBERED_LIST_STYLE`, default "NumberedList"

flexmark-java-samples/src/com/vladsch/flexmark/samples/sample.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)