You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to be able to create a "keep-together" block to avoid page break:
[.keep-together]
--
The following image shows the stellar evolution of a high-mass star:
image::star[]
--
In the above document, we want to avoid a page break between the introductory paragraph and the image.
Similarly, we could use this block with other types of content:
[.keep-together]
--
To install Antora, open a terminal and type:
$ npm i -g @antora/cli@2.2 @antora/site-generator-default@2.2
IMPORTANT: The `@` at the beginning of the package name is important.
It tells `npm` that the `cli` package is located in the `antora` group.
If you omit this character, `npm` will assume the package name is the name of a git repository on GitHub.
The second `@` offsets the requested version number.
Only the major and minor segments are specified to ensure you receive the latest patch update.
--
The text was updated successfully, but these errors were encountered:
ggrossetie
added a commit
to ggrossetie/asciidoctor-pdf
that referenced
this issue
Nov 24, 2019
The idea is to be able to create a "keep-together" block to avoid page break:
In the above document, we want to avoid a page break between the introductory paragraph and the image.
Similarly, we could use this block with other types of content:
The text was updated successfully, but these errors were encountered: