Skip to content

Image caption seems to break page #245

Answered by geoffreymcgill
brandonpow1 asked this question in Q&A
Discussion options

You must be logged in to vote

I took a closer look at your .md page and I was able to isolate the error to a sample when a " character is used within the caption.

One of your image component configurations with a " in the caption was causing the page to fail. The failing sample can be simplified to the following:

// FAIL
!["test")](/assets/inhaltswarnung.webp)

// PASS
![test)](/assets/inhaltswarnung.webp)

As a temporary work-around, removing the " characters from the image component caption should get your page working.

We will investigate why the " chars are not being escaped in this scenario and will try our best to fix as quickly as possible.

Thanks again for reporting the issue and providing a sample demonstrati…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@brandonpow1
Comment options

@geoffreymcgill
Comment options

@brandonpow1
Comment options

@DannyBen
Comment options

@geoffreymcgill
Comment options

Comment options

You must be logged in to vote
2 replies
@brandonpow1
Comment options

@geoffreymcgill
Comment options

Answer selected by brandonpow1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants