Unformatted Code Detector

How can I add a link to a topic with further examples and instructions?

I tried simply adding it at the end of warning_modal.content, but that resulted in this (my additions marked yellow):

grafik

How can I add some text and a link below the the current content?

Edit:

I just noticed that changing even a single character in warning_modal.content breaks the formatting.

grafik

Even worse: Just clicking into the warning_modal.content input field and then moving the cursor by the arrow keys makes the input field highlighted. After clicking the green checkmark to save the “edited” warning_modal.content (no change at all has been done, just moving the cursor one character), the formatting is broken as shown above.

Edit # 2

Solved with the help of How do I escape a backtick ` within in-line code in Markdown? - Meta Stack Exchange

@codinghorror @lionel-rowe Maybe you should look into this and adjust the default warning_modal.content accordingly regarding spaces and backticks (missing spaces within the heavily with backticks equipped “multiplelines” section were causing the problems described above).

2 Likes