We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given the following code:
qrcode::123[] code39::123[]
and the following command:
asciidoctor -r asciidoctor-diagram test.adoc
it creates the output with identical images as shown below, while two different types of barcodes are expected.
Possible cause: The type of the barcode is not part of the calculated hash.
Workaround: add an attribute like target=... with different values.
target=...
The text was updated successfully, but these errors were encountered:
#417 Include block type and digest algorithm in checksum string
887a4ed
332c220
No branches or pull requests
Given the following code:
and the following command:
it creates the output with identical images as shown below, while two different types of barcodes are expected.
Possible cause: The type of the barcode is not part of the calculated hash.
Workaround: add an attribute like
target=...
with different values.The text was updated successfully, but these errors were encountered: