Skip to main content
-2 votes
1 answer
61 views

The Asciidoctor documentation says that an include directive can be used to: Define a common set of attributes across multiple documents (typically included into the document header). I can't seem to ...
mhwombat's user avatar
  • 8,152
0 votes
1 answer
85 views

I am using Asciidoctor (asciidoctor-pdf 2.3.19) to generate my documentation. Currently, when I use the footnote syntax footnote:[Content], the notes are collected and displayed at the very end of the ...
Mahdi Hosseini's user avatar
5 votes
1 answer
394 views

How can I center the preface title? I tried: [.text-center] == PREFACE TITLE [.text-center] [.lead] SOME TEXT + AND SOME MORE. Lorem ipsum dolor sit amet, consectetur ... But this centers the whole ...
Toni Homedes i Saun's user avatar
0 votes
1 answer
109 views

I am using Antora+AsciiDoc to create technical documentation. I am facing the problem of needing to visually add content before the document header in the .adoc file to make it display correctly in ...
Koshlensky's user avatar
3 votes
2 answers
507 views

I have the following step definition in my GitHub workflow - name: Convert AsciiDoc to PDF run: | set -o pipefail OUTPUT=$(asciidoctor-pdf -r asciidoctor-diagram -a ...
Arc-E-Tect's user avatar
0 votes
1 answer
68 views

I would like to use roles in the text that's displayed for a link. I've tried a lot of different ways, but have not found one that does what I want. Say, I have https://example.com[Group 1: C1, E1] ...
Marko's user avatar
  • 140
0 votes
1 answer
136 views

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 DocBook) as ...
DerNils's user avatar
  • 173
0 votes
0 answers
128 views

I'm encountering an issue when creating captions for tables and figures in AsciiDoc. I’m using :table-caption: and :figure-caption: to automatically generate numbered captions for tables and images in ...
LirikaLirikall's user avatar
0 votes
1 answer
129 views

In my asciidoc document I've an embedded image like this: [[login-page]] [salt, id="login-page", format="svg", align="left"] ---- { Login | "MyName " ...
j3d's user avatar
  • 9,852
-1 votes
2 answers
444 views

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::....
j3d's user avatar
  • 9,852
0 votes
1 answer
158 views

Here is my asciidoc document header: = My App: Software Design Document Giuseppe Greco <[email protected]> v.0.1, 2024-09-18: First draft :doctype: book :sectnums: :toc: :toclevels: 4 :...
j3d's user avatar
  • 9,852
0 votes
1 answer
156 views

In the ASCIDOC, I'd like to render the [source] code block in one row of two-column table. How can I do it?
Lukasz Dynowski's user avatar
0 votes
1 answer
133 views

Here below is my bibliography section: [bibliography] - [[[ref1, 1]]] Philippe Kruchten. link:https://www.cs.ubc.ca/~gregor/teaching/papers/4+1view-architecture.pdf[The “4+1” View Model of Software ...
j3d's user avatar
  • 9,852
-1 votes
2 answers
463 views

Using this post, I created a variable in my file. Now I want to use it to define a background color in my array : :first-color: #C0FFEE [%noheader] |=== h|{set:cellbgcolor:{first-color}} My Title |{...
A.Pissicat's user avatar
  • 3,335
0 votes
1 answer
355 views

I want to add an empty line in a bulleted list with asciidoc. What I want: I've try with + but the empty line does not appear : * item 1 ** item 1-1 ** item 1-2 + + * item 2 ** item 2-1 ** item 2-2 ...
A.Pissicat's user avatar
  • 3,335

15 30 50 per page
1
2 3 4 5
35