Decode html-encoded characters inside pre tags #101

Merged
floatingghost merged 1 commits from nbsp/pleroma-fe:mfm-htmlencode into develop 2022-08-04 07:52:59 +00:00
Contributor

listen. i know. how bad this looks
but

  • since we're handling markdown in the frontend after html is already handled in the backend there's really no other way to do it
  • this is safe, because it only applies to pre tags, you can't inject anything into this

it's so ugly though

listen. i know. how bad this looks but - since we're handling markdown in the frontend after html is already handled in the backend there's really no other way to do it - this is safe, because it only applies to pre tags, you can't inject anything into this it's so ugly though
nbsp added 1 commit 2022-08-02 09:41:31 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
6441ff45a9
Decode html-encoded characters inside pre tags
eris added the
Minor change
label 2022-08-02 21:42:59 +00:00

yeah pres should be safe but heck be careful with that sort of thing

yeah `pre`s should be safe but heck be careful with that sort of thing
floatingghost merged commit 9421aa1d39 into develop 2022-08-04 07:52:59 +00:00
Sign in to join this conversation.
No description provided.