FancyTextRendering
FancyTextRendering copied to clipboard
Make inline monospace ignore markdown formatting inside of it
If I write
`*example*`
It should say *example*
, in monospace. Currently it makes "example" monospaced and italic, incorrectly interpreting the asterisks.
Perhaps stuff in monospace should also use the TMP noparse tag.