Skip to content

Commit 7edabcf

Browse files
committed
doc: document html macro configuration
Adding the documentation for the `confluence_html_macro` configuration entry. Signed-off-by: James Knight <[email protected]>
1 parent d2a8175 commit 7edabcf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/configuration.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,6 +1909,23 @@ Advanced processing configuration
19091909
19101910
confluence_file_suffix = '.conf'
19111911
1912+
.. |confluence_html_macro| replace:: ``confluence_html_macro``
1913+
.. _confluence_html_macro:
1914+
1915+
.. confval:: confluence_html_macro
1916+
1917+
.. versionadded:: 2.7
1918+
1919+
This option will configure the HTML macro type for the ``confluence_html``
1920+
:ref:`directive <confluence_html>`. By default, the ``html`` macro
1921+
identifier is set.
1922+
1923+
.. code-block:: python
1924+
1925+
confluence_html_macro = 'html'
1926+
1927+
See also the :ref:`HTML directive <confluence_html>`.
1928+
19121929
.. index:: Jira; Configuring Jira servers
19131930

19141931
.. _confluence_jira_servers:

0 commit comments

Comments
 (0)