- Issue created by @Grevil
- 🇩🇪Germany Grevil
Ok, the problem was, that we escaped everything through the theme. This shouldn't be done. Instead, we should escape everything in PHP before passing it to Twig.
For project wiki contents everything will get escaped, except the body, which will get escaped, based on the filter format given in the WYSIWYG editor.
- 🇩🇪Germany Grevil
Now the markdown shows up escaped. Changing the markdown setting doesn't do anything.
- Status changed to Needs work
over 1 year ago 2:19pm 24 August 2023 - 🇩🇪Germany Grevil
Furthermore, we are currently escaping the content through the CommonMarkConverter. This is fine for pure PHP projects, but since Drupal also has these escaping capabilities, we should trust Drupal with the escaping and ditch the Commonmark validation.
- @grevil opened merge request.
- Status changed to Needs review
over 1 year ago 8:34am 25 August 2023 - Status changed to RTBC
over 1 year ago 8:37am 25 August 2023 - 🇩🇪Germany Grevil
Since, @Anybody is on holidays, and there is no proper release yet, I'll review this myself.
- Status changed to Fixed
over 1 year ago 9:08am 25 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.