summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2024-05-23 02:12:56 -0600
committerDan Allen <dan.j.allen@gmail.com>2024-05-23 02:12:56 -0600
commit3fd0139e00501fd9fe605b847ed71745f7637e1a (patch)
tree7551b648196479b0f602efdf3bdc13d07043b4c2
parent6e6ac1e46738a216960ea1668591b5bb89587536 (diff)
revert "resolves #2511 document the nobreak, nowrap, and pre-wrap built-in roles"
-rw-r--r--docs/modules/theme/pages/role.adoc11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/modules/theme/pages/role.adoc b/docs/modules/theme/pages/role.adoc
index 6ae497bd..958228ca 100644
--- a/docs/modules/theme/pages/role.adoc
+++ b/docs/modules/theme/pages/role.adoc
@@ -163,17 +163,6 @@ small:: The `small` role maps the font size to the `$base-font-size-small` value
underline:: The `underline` role adds the underline decoration.
line-through:: The `line-through` role adds the strikethrough decoration.
subtitle:: The `subtitle` role is used to configure the font properties of the subtitle of a section title.
-nobreak:: The `nobreak` role prevents words within the span of text from being broken.
-This role does not otherwise modify the appearance of the text.
-If the fallback font is used for any character in the span, it will introduce a break opportunity at that character.
-This happens since the PDF generator creates a separate fragment to change fonts, and fragment boundaries are a break opportunity.
-nowrap:: The `nowrap` role prevents the span of text from wrapping unless the entire span does not fit on a whole line.
-This role does not otherwise modify the appearance of the text.
-If the fallback font is used for any character in the span, it will introduce a break opportunity at that character.
-This happens since the PDF generator creates a separate fragment to change fonts, and fragment boundaries are a break opportunity.
-pre-wrap:: The `pre-wrap` role prevents sequences of space and space-like characters from being collapsed (i.e., all spaces are preserved).
-This role does not otherwise modify the appearance of the text.
-Note that if the space characters fall at the boundary of a line wrap, those space characters will be dropped.
// end::user-formatting[]
// tag::para-roles[]
text-justify:: Aligns the text to the left margin with justification.