Decode html-encoded characters inside pre tags #101

Merged
floatingghost merged 1 commit from :mfm-htmlencode into develop 2022-08-04 07:52:59 +00:00

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
Decode html-encoded characters inside pre tags
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
6441ff45a9

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
Sign in to join this conversation.
No description provided.