diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-07-06 23:34:13 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-07-07 01:34:27 -0600 |
| commit | a4b80d43c587400adec1edc31364840fc266b1c8 (patch) | |
| tree | 7a7f6cf03bf0c47e970d4f176c3e749827e2c19d | |
| parent | 63d84a35fb9e1d786a4e91cd4952c066b574593f (diff) | |
update limitations to state that image floats are supported
| -rw-r--r-- | docs/modules/ROOT/pages/features.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/features.adoc b/docs/modules/ROOT/pages/features.adoc index fbe60934..99690815 100644 --- a/docs/modules/ROOT/pages/features.adoc +++ b/docs/modules/ROOT/pages/features.adoc @@ -51,7 +51,9 @@ This matches the behavior of HTML. ** to avoid an orphaned section title, you can add the xref:breakable-and-unbreakable.adoc[breakable option] to the section ** to avoid an orphaned caption on a table, add the xref:breakable-and-unbreakable.adoc[breakable option] to the table * If a no-break hyphen is surrounded by formatted text on both sides (or is formatted individually), it will not prevent a line break. -* Images cannot float. +* The `float` attribute on an image (i.e., an image float) is only supported for block images, not inline images. +The converter will clear the float at the next non-paragraph or when the paragraph content clears the bottom of the image. +See xref:extend:use-cases.adoc#wrap-code-blocks-around-an-image-float[Wrap code blocks around an image float] to learn how to wrap non-paragraph blocks around an image float. * Only a single column is supported (except for the index section). * You cannot use inline HTML (like a link or emphasized text) in a source block that also uses syntax highlighting. These two technologies don't mix in the PDF generation process due to how the syntax highlighters work. |
