aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c15e80..908244a 100644
--- a/README.md
+++ b/README.md
@@ -159,6 +159,19 @@ Additional document attribute provides by this library,
## Notes
+### Generated HTML differences
+
+In Asciidoctor, when `:sectanchors:` is set, the default anchor symbol
+position is absolute on the left side of heading text with block display
+option (the symbol located outside of box area of headers).
+In special case, this cause an overflow when the generated HTML are
+rendered inside flex with fixed height (the body is scrollable with empty
+content on bottom).
+
+This module changes the anchor symbol position to the right side of heading
+text to prevent scroll on such layout, without absolute position and
+normal inline layout.
+
### Unsupported markup
The following markup will not supported either because its functionality is