
asciidoc - Add break line in bulleted list - Stack Overflow
Sep 16, 2024 · You can put a non-break space on the second line: * item 1 ** item 1-1 ** item 1-2 + {nbsp} * item 2 ** item 2-1 ** item 2-2 ** item 2-3 But the "right" way to do this, if it's a piece …
Unordered list in a table cell with Asciidoc - Stack Overflow
Sep 10, 2022 · The default style of a table cell accepts only inline markup. To insert block elements you could change the cell style to "AsciiDoc". See this document for details. For …
How to include custom attributes in asciidoc book - Stack Overflow
Oct 18, 2024 · I have an asciidoc book that consists of several .adoc files, and I want to use a custom attribute in each file. I've created .attribute.adoc and included it in each file like this: …
asciidoc - How can I find always the same include file from within ...
Jan 8, 2023 · I want to include a adoc file from within different other adoc files. But the path to the include file depends from the deep of the directory structure. My Idea would be defining an …
asciidoc - Using a custom icon font with asciidoctor-pdf - Stack …
Sep 13, 2022 · I have managed to use a custom icon font replacing FontAwesome in AsciiDoc by doing the following. I have placed my font files in my AsciiDoc root directory: icons.css …
asciidoc - Is it possible to position image title/caption above the ...
Apr 6, 2020 · Currently, all image caption I have used are automatically placed before an image, despite me placing the caption before the image in the code. For example, [caption=] .Simple …
How to change color of Highlight syntax in asciidoc
Mar 14, 2022 · I am using asciidoc extensively for documentation. I am also using the feature Highlight syntax feature of asciidoc. By default it highlight the color in yellow, as in the …
asciidoc - Cross-referencing elements with their label in …
May 23, 2016 · I'm currently writing a document with asciidoctor, and I need to link images and sections within the document. While I understand how cross reference in asciidoctor works, I …
AsciiDoc: how to specify HTML output fonts? - Stack Overflow
May 15, 2013 · Seeking simple instructions for a minimalistic way to specify the default output fonts (namely changing the font family to somthing like Calibri; but also want to control bold, …
asciidoc - How can I place two images side-by-side with …
May 4, 2015 · I'm trying to place two images side-by-side, and ideally center the whole block in an Asciidoctor project. The code below works in the HTML5 output, but stacks the images when …