You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for this cool crate. I noticed that markdown in html tags do not work unless there is a character or more of text before the opening tag for each html tag. I also noticed it is like this in GitHub. Is this intended and could there be a way to make it work?
any text <p style="text-align: center;">
**hello**
<p>
^ works as expected, centering and bolding "hello" with "any text" above it
any text
<p style="text-align: center;">
**hello**
<p>
^ Centering "hello" works, but bolding does not and the ** are visible.
The text was updated successfully, but these errors were encountered:
soupslurpr
changed the title
Markdown in HTML tags
Markdown in HTML tags don't work
Aug 12, 2023
The way to make it work would be to customize markdown-rs using plugins #32
The design for plugins is still being ironed out, contributions towards moving plugins forward are welcome!
Closing this as the behavior described is expected, and plugin work is tracked in #32
Hello, thanks for this cool crate. I noticed that markdown in html tags do not work unless there is a character or more of text before the opening tag for each html tag. I also noticed it is like this in GitHub. Is this intended and could there be a way to make it work?
^ works as expected, centering and bolding "hello" with "any text" above it
^ Centering "hello" works, but bolding does not and the ** are visible.
The text was updated successfully, but these errors were encountered: