diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |
