summaryrefslogtreecommitdiff
path: root/docs/modules/html-backend
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-03-22 23:46:31 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-03-23 00:04:22 -0600
commit412e0ec21219e1b1da413f79725f7ab0ecfde053 (patch)
tree272667050682b42a1424adcc100b0274696a2013 /docs/modules/html-backend
parent719b57eb4152ee62d18337ac54ad12e797812900 (diff)
in the docs, cite section anchors as another feature that relies on the stylesheet [skip ci]
Diffstat (limited to 'docs/modules/html-backend')
-rw-r--r--docs/modules/html-backend/pages/default-stylesheet.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/modules/html-backend/pages/default-stylesheet.adoc b/docs/modules/html-backend/pages/default-stylesheet.adoc
index a49a8fac..f9f1a324 100644
--- a/docs/modules/html-backend/pages/default-stylesheet.adoc
+++ b/docs/modules/html-backend/pages/default-stylesheet.adoc
@@ -21,6 +21,9 @@ One example is to honor *built-in roles*, such as `text-center`.
In order for a role to take effect, it needs a companion CSS class in the stylesheet.
To satisfy the expectations of a built-in role, a stylesheet is required.
+You may have noticed the floating anchors next to section titles when you hover over them.
+Although the HTML to make them is there, it's the stylesheet that brings them to life.
+
Another example is to implement *list marker styles*.
AsciiDoc allows you to specify the marker for a list using a block style (e.g., `loweralpha`).
However, HTML does not apply these markers by default.