File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.20.0 (2024-12-29)
2
+ -------------------
3
+ - Add RichTextParagraph (Thanks to ST-Imrie)
4
+ - Add RTL support for bold/italic (Thanks to bm-rana)
5
+ - Update documentation
6
+
1
7
0.19.1 (2024-12-29)
2
8
-------------------
3
9
- PR #575 : fix unicode in footnotes (Thanks to Jonathan Pyle)
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ calling method `new_subdoc()` ::
304
304
tpl.save('output/merge_docx.docx')
305
305
306
306
In the above example, the content of 'templates/merge_docx_subdoc.docx' will be inserted into the parent document in place of the declared
307
- variable `{{ mysubdoc }} `.
307
+ variable `{{p mysubdoc }} `.
308
308
309
309
See `tests/merge_docx.py ` for full code.
310
310
Original file line number Diff line number Diff line change 4
4
5
5
@author: Eric Lapouyade
6
6
"""
7
- __version__ = "0.19.1 "
7
+ __version__ = "0.20.0 "
8
8
9
9
# flake8: noqa
10
10
from .inline_image import InlineImage
You can’t perform that action at this time.
0 commit comments