summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorAlex Schroeder <alex@alexschroeder.ch>2022-10-25 21:04:43 +0200
committerDan Allen <dan.j.allen@gmail.com>2022-10-25 13:05:40 -0600
commit959dd182db3bd00d49dcb7a8f2635a84861e2f2b (patch)
tree5f2324e846ab474d663539f7d308339b2e0e4b1e /docs/modules
parentdafc111e47a2bcc6582ab64582a3e2af37c3d423 (diff)
fix sentence structure on safe modes page (PR #4374)
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/safe-modes.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/safe-modes.adoc b/docs/modules/ROOT/pages/safe-modes.adoc
index 045ba7fe..9ea74f26 100644
--- a/docs/modules/ROOT/pages/safe-modes.adoc
+++ b/docs/modules/ROOT/pages/safe-modes.adoc
@@ -13,8 +13,8 @@ In other words, the safe mode setting does not provide a way to sanitize the out
Asciidoctor performs sensible escaping to allow an author to safely input text, but does not limit the content that can be included in the output using passthrough blocks or custom substitutions.
The reason for this policy is that we assume the document will be passed through a sanitizer if the HTML must be embedded directly into a web page, precisely what GitHub and GitLab do.
-This postprocessing (which could be done using a postprocessor extension) is better handled by a separate tool since.
-There are many permutations to consider and only a separate tool would know which restrictions to apply for a given situation.
+This postprocessing (which could be done using a postprocessor extension) is better handled by a separate tool since
+there are many permutations to consider and only a separate tool would know which restrictions to apply for a given situation.
****
The safe mode can be set from the xref:cli:set-safe-mode.adoc[CLI] and the xref:api:set-safe-mode.adoc[API].