@@ -1650,7 +1650,7 @@ Advanced publishing configuration
16501650 no changes are detected on the Confluence instance. When a page is
16511651 published by this extension, a hash of the page will be stored on the
16521652 Confluence page. This hash can be referred to later by hosts using this
1653- extension, by query the hash and comparing it against a locally prepared
1653+ extension, by querying the hash and comparing it against a locally prepared
16541654 page update. If hashes match, no attempt will be made to update the
16551655 specific page. If users are experiencing issues with this check, they may
16561656 force publishing by configuring this option to ``True ``. By default, this
@@ -1695,7 +1695,7 @@ Advanced publishing configuration
16951695
16961696 .. versionadded :: 1.3
16971697
1698- A publish event will from this extension will typically upload new pages or
1698+ A publish event from this extension will typically upload new pages or
16991699 update existing pages on future attempts. In select cases, a user may not
17001700 wish to modify existing pages and only permit adding new content to a
17011701 Confluence space. To achieve this, a user can enable an "only-new" flag
@@ -1733,7 +1733,7 @@ Advanced publishing configuration
17331733
17341734 .. versionadded :: 2.1
17351735
1736- The page identifier of the page to hold orphan pages. The parent page
1736+ The identifier of the page to hold orphan pages. The parent page
17371737 associated to an orphan page can vary per configuration. When a user
17381738 configures for a parent page/root, orphan pages will be placed under the
17391739 respective parent page/root configuration. If no parent page/root is
@@ -2080,7 +2080,7 @@ Advanced processing configuration
20802080
20812081 .. code-block :: rst
20822082
2083- For more information, contact :confluence_mention:`myuser`:
2083+ For more information, contact :confluence_mention:`myuser`.
20842084
20852085 The value ``myuser `` will be replaced with the configured account
20862086 identifier. This can be useful for when trying to manage multiple
@@ -2205,6 +2205,10 @@ Third-party related options
22052205 include Mermaid JS support. For example, adding the following content
22062206 on the page planning to render diagrams:
22072207
2208+ .. raw :: latex
2209+
2210+ {\f ootnotesize
2211+
22082212 .. code-block :: rst
22092213
22102214 .. confluence_html::
@@ -2213,6 +2217,10 @@ Third-party related options
22132217 import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
22142218 </script>
22152219
2220+ .. raw :: latex
2221+
2222+ }
2223+
22162224 When using the `sphinxcontrib-mermaid `_ extension, this option can be
22172225 used pass raw Mermaid figures into an HTML macro.
22182226
0 commit comments