- Issue created by @Grevil
- 🇩🇪Germany GrevilOk, 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 GrevilNow the markdown shows up escaped. Changing the markdown setting doesn't do anything. 
- Status changed to Needs workabout 2 years ago 2:19pm 24 August 2023
- 🇩🇪Germany GrevilFurthermore, 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 reviewabout 2 years ago 8:34am 25 August 2023
- Status changed to RTBCabout 2 years ago 8:37am 25 August 2023
- 🇩🇪Germany GrevilSince, @Anybody is on holidays, and there is no proper release yet, I'll review this myself. 
- Status changed to Fixedabout 2 years ago 9:08am 25 August 2023
- Automatically closed - issue fixed for 2 weeks with no activity.