Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce permit-raw-html option #824

Merged
merged 3 commits into from
Jul 14, 2023
Merged

introduce permit-raw-html option #824

merged 3 commits into from
Jul 14, 2023

Conversation

jdknight
Copy link
Member

The following introduces the option confluence_permit_raw_html to allow users to force-publish documents with raw HTML content in them. While the use of this option will be unofficially supported, it is being added solely since users keep requesting such a capability.

We unofficially supported some level of this using an undocumented configuration option confluence_adv_permit_raw_html, but instead we have renamed the option to confluence_permit_raw_html and have added it into the configuration documentation (for users to easily find).

In addition, we have also tweaked the capability to also accept the name of an HTML macro definition. This can allow users to place raw HTML in a supported HTML macro (if enabled on their Confluence instance). While this option is also still considered unsupported, having this provides the most capability we can provide users who want to manage HTML-based content at their own discretion.

The following introduces the option `confluence_permit_raw_html` to
allow users to force-publish documents with raw HTML content in them.
While the use of this option will be unofficially supported, it is being
added solely since users keep requesting such a capability.

We unofficially supported some level of this using an undocumented
configuration option `confluence_adv_permit_raw_html`, but instead we
have renamed the option to `confluence_permit_raw_html` and have added
it into the configuration documentation (for users to easily find).

In addition, we have also tweaked the capability to also accept the name
of an HTML macro definition. This can allow users to place raw HTML in
a supported HTML macro (if enabled on their Confluence instance). While
this option is also still considered unsupported, having this provides
the most capability we can provide users who want to manage HTML-based
content as their own discretion.

Signed-off-by: James Knight <james.d.knight@live.com>
Signed-off-by: James Knight <james.d.knight@live.com>
Signed-off-by: James Knight <james.d.knight@live.com>
@jdknight jdknight merged commit 5d97c5b into main Jul 14, 2023
27 checks passed
@jdknight jdknight deleted the introduce-permit-raw-html branch July 14, 2023 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant