Image caption seems to break page #245
-
|
i like retype! it's nice. but i got a problem: website, presplash.md line 19
if i try the same code with an alt text, the whole page appears blank.
the entire screen flashes with the content for a split second, then appears blank. i'm using ms edge. can i get some help please? thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Hi @brandonpow1. Thanks for the report. Can you try the same configurations but without the ExistingRevisedIs there a reason why you would require the |
Beta Was this translation helpful? Give feedback.
-
|
I took a closer look at your One of your image component configurations with a As a temporary work-around, removing the We will investigate why the Thanks again for reporting the issue and providing a sample demonstrating how to reproduce. |
Beta Was this translation helpful? Give feedback.


I took a closer look at your
.mdpage 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: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…