-
Notifications
You must be signed in to change notification settings - Fork 665
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
Docs: blockquote text not parsed as markdown #2699
Comments
marvinhagemeister
pushed a commit
that referenced
this issue
Oct 10, 2024
See issue #2699. Blockquote text now renders correctly as markdown. <img width="718" alt="Screenshot 2024-10-10 at 13 42 26" src="https://github.com/user-attachments/assets/d39dc04e-a408-4f34-a632-881578856896"> <img width="729" alt="Screenshot 2024-10-10 at 13 42 47" src="https://github.com/user-attachments/assets/e2686cd0-b39c-402d-b460-6f680d5e6d04">
After your recent commit, the info|warn|tip tags are still not functioning as expected. It seems that with your changes in markdown.ts, these tags will work if you modify the ADMISSION_REG constant by removing the "<" p ">" tag, like so: /^[(info|warn|tip)]:\s/. This adjustment should resolve the issue. |
@monooleate ah yes, I can put this in as a separate PR. |
marvinhagemeister
pushed a commit
that referenced
this issue
Oct 10, 2024
From #2699, Co-authored by @monooleate Added `margin-bottom` to better visually align icon with title.
Resolved with #2702 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
π
The text inside blockquotes isn't being parsed as markdown: this means that β in mild instances β text which should be rendered as a codespan is instead displaying with backticks, and β in severe instances β codespans containing HTML are rendering as actual HTML, instead of being escaped (examples of both below).
Will put in a PR imminently :)
The text was updated successfully, but these errors were encountered: