python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Ascii doctor gradle jvm plugin is not generating the html file
I have a project which is having the below dependencies for ascii doctor:
dependencies {
// Used by api documentation generator
classpath 'org.asciidoctor:asciidoctor-gradle-jvm:3.3.2'...

Abhilash
Votes: 0
Answers: 1
How to automatically apply style to all images/diagrams with asciidoctor?
I would like that all images/diagram to be centered in my document.
I know I can center them this way:
[plantuml, align="center"]
....
Some diagram
....
But I would like it to be automatic....
Abbadon
Votes: 0
Answers: 1
Angular 13 + Asciidoctor.js: Uncaught TypeError: Cannot assign to read only property 'length' of function 'function()
I'm trying to experiment with how to use Asciidoctor.js in Angular 13 apps.
I created my app using:
ng new Test-Asciidoctor --strict --routing --style=scss
and followed the documentation at https://d...
1Z10
Votes: 0
Answers: 1