Skip to content
New issue

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

Regression: Version 2.2.10 generates wrong image path #427

Closed
SebastianKuehn opened this issue Aug 7, 2023 · 2 comments
Closed

Regression: Version 2.2.10 generates wrong image path #427

SebastianKuehn opened this issue Aug 7, 2023 · 2 comments

Comments

@SebastianKuehn
Copy link

Hello,

we have a regression in version 2.2.10. Since this version the following img-tag is created:

<img src="diag-:md5:70e2bf5a0c6056bb839c72d1a6b640e2.svg" alt="Diagram" width="762" height="430">

previous versions created:

<img src="diag-70e2bf5a0c6056bb839c72d1a6b640e2.svg" alt="Diagram" width="762" height="430">

The filename is diag-70e2bf5a0c6056bb839c72d1a6b640e2.svg.

Windows fails to build (because a : in a filename is not allowed) and Linux creates broken links.

The following Change seems to be responsible for the behaviour: 332c220. This change fixed #417.

We use Asciidoctor-Diagram via AsciidoctorJ-Diagram via Asciidoctor-Gradle-Plugin.

@pepijnve
Copy link
Member

pepijnve commented Aug 7, 2023

Duplicate of #424. The fix is ready; I'll cut a new release asap.

@pepijnve pepijnve closed this as completed Aug 7, 2023
@pepijnve
Copy link
Member

pepijnve commented Aug 7, 2023

2.2.11 should fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants