diff options
| author | Guillaume Grossetie <ggrossetie@gmail.com> | 2022-08-22 20:47:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-22 12:47:27 -0600 |
| commit | d72fe54346aa6963ae835f48681fa1ed917fb3fe (patch) | |
| tree | 4896c6906efb3ee81aebde948580dd46767eb7c4 /docs/modules/tooling | |
| parent | 81e3e772f1294f85a5be7d34d06e132494c44e5b (diff) | |
proofread documentation (PR #4336)
Diffstat (limited to 'docs/modules/tooling')
| -rw-r--r-- | docs/modules/tooling/pages/index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/tooling/pages/index.adoc b/docs/modules/tooling/pages/index.adoc index 2f5eac34..bf6d2d1f 100644 --- a/docs/modules/tooling/pages/index.adoc +++ b/docs/modules/tooling/pages/index.adoc @@ -26,7 +26,7 @@ When you browse to an AsciiDoc file in the repository view, you will see an HTML That preview is powered by Asciidoctor. The HTML that's rendered is the embedded output produced by the built-in HTML converter. That means it won't look like a standalone HTML document generated by Asciidoctor. -Rather, the HTML is styled to match the theme of the hosting service and sanitized so it does not impact the rendering of the page. +Rather, the HTML is styled to match the theme of the hosting service and sanitized, so it does not impact the rendering of the page. That means that certain features may not be available. Both services apply syntax highlighting to source blocks. |
