diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-01 17:50:10 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-01 17:50:10 +0000 |
| commit | df2a47800614d8c6bd13ddbafbe28dbf1bd7764a (patch) | |
| tree | ed4f542ca6459fc205abcc84f8c71f4ae69416d9 /docutils | |
| parent | f53fa800ae7b6ddb550a164d6838caf21231c7a8 (diff) | |
| download | docutils-df2a47800614d8c6bd13ddbafbe28dbf1bd7764a.tar.gz | |
Update announcements.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8647 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/RELEASE-NOTES.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt index 071548ed8..08e1826e8 100644 --- a/docutils/RELEASE-NOTES.txt +++ b/docutils/RELEASE-NOTES.txt @@ -40,10 +40,13 @@ Future changes Move attribution behind the blockquote to comply with https://html.spec.whatwg.org/#the-blockquote-element. + +* `htm4css1` writer: + Support the embed_images_ option. * `s5_html` writer: - Remove the IE PNG Fix by Angus Turnbull. IE has native PNG - support since version 7. + Remove the IE PNG Fix by Angus Turnbull. IE has native PNG + support since version 7. * Make <meta> a standard Docutils doctree node. @@ -109,8 +112,6 @@ Release 0.17 __ https://pypi.org/project/recommonmark/ -* HTML writers: new option to embed images. - * HTML5 writer: - Use the new semantic tags <main>, <section>, <header>, @@ -129,8 +130,11 @@ Release 0.17 - New optional style ``responsive.css``, adapts to different screen sizes. + - New option embed_images_. + .. _initial_header_level: docs/user/config.html#initial-header-level __ https://stackoverflow.com/questions/39547412/same-font-size-for-h1-and-h2-in-article + .. _embed_images: docs/user/config.html#embed-images * LaTeX writer: |
