About 4,350,000 results
Open links in new tab
  1. 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 of …

  2. 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: include::.attri...

  3. asciidoc - Define color using local variable - Stack Overflow

    Sep 17, 2024 · asciidoc asciidoctor asciidoctor-pdf asked Sep 17, 2024 at 9:19 A.Pissicat 3,335 5 48 103

  4. images in various locations in included Asciidoc files

    Apr 3, 2023 · images in various locations in included Asciidoc files Asked 2 years, 8 months ago Modified 2 years, 8 months ago Viewed 854 times

  5. 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 example: |=== | One | …

  6. asciidoc - Using a custom icon font with asciidoctor-pdf - Stack Overflow

    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 fonts/icons.eot …

  7. asciidoc - How to avoid a space being added for a newline after an ...

    Jul 19, 2024 · Per asciidoc rules, each include has to be on its own line. However, a newline forces a space, which is fine if I need one for the text that follows. But if it's just a full-stop/period that follows, …

  8. asciidoc - Nesting bullet lists and paragraphs in Asciidoctor - Stack ...

    Feb 21, 2018 · How should I write the Asciidoc(tor) to have the following output: * item 1 * item a paragraph 1 inside item a * item a.1 inside paragraph 1 inside item a paragraph a.1 inside ...

  9. asciidoc - Generate structured documentation from commented code ...

    Apr 29, 2019 · AsciiDoc is a format for writing documentation in ascii, and specify some formatting and elements like tables, images etc. AsciiDoctor allows to convert an asciidoc document in other popular …

  10. asciidoc - Pandoc is ignoring/loosing custom styles when exporting to ...

    Jan 6, 2025 · I have the following asciidoc document. = Test == Introduction lorem ipsum [.custom] This text should use the CustomStyle from Word. I am converting this document to MS word (via …