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
Hello! Im using asciidoctor official docker image (latest) and get some inline render issue: asciidoctor -r asciidoctor-mathematical -a mathematical-format=svg -a mathematical-inline=true -r asciidoctor-diagram $ADOC_DIR/index.adoc -o $WWW_DIR/index.html -a imagesoutdir=$WWW_DIR
While converting to PDF format, everything is processed correctly: asciidoctor-pdf -r asciidoctor-mathematical -a mathematical-format=svg -r asciidoctor-diagram $ADOC_DIR/index.adoc -o $PDF_DIR/index.pdf
ASCII code:
Can anyone suggest something to try and fix this?
The text was updated successfully, but these errors were encountered:
Hello! Im using asciidoctor official docker image (latest) and get some inline render issue:
asciidoctor -r asciidoctor-mathematical -a mathematical-format=svg -a mathematical-inline=true -r asciidoctor-diagram $ADOC_DIR/index.adoc -o $WWW_DIR/index.html -a imagesoutdir=$WWW_DIR
While converting to PDF format, everything is processed correctly:
asciidoctor-pdf -r asciidoctor-mathematical -a mathematical-format=svg -r asciidoctor-diagram $ADOC_DIR/index.adoc -o $PDF_DIR/index.pdf
ASCII code:
Can anyone suggest something to try and fix this?
The text was updated successfully, but these errors were encountered: