[15:44:51] hi, i'm having an issue with the ParserBeforeTidy hook. The docs I've read claim it can be used to insert raw html into pages, but since 1.44 it doesn't work this way anymore and the output of this hook is still getting (partially) HTML-escaped. For instance, if your hook function outputs a literal "&" it gets replaced with "&" in the output HTML. It didn't work this way on prior versions of mediawiki and furthermore many extensions seem to assume it works [15:44:51] the old way. In my case, I use the widgets extension to add some templates that use javascript and my scripts are broken by the fact that & is replaced with &. [15:44:56] Any help sorting this out is appreciated! [15:46:56] s/ParserBeforeTidy/ParserAfterTidy/ [16:00:00] dexgs: the latest release note I'm seeing explicitly related to ParserAfterTidy was in 1.35. Your question is probably worth either a wikitech-l email or a Phabricator bug report. [16:05:09] I incidentally ran into https://phabricator.wikimedia.org/T406391 today, which MIGHT be related. it MIGHT be that we now go through Remex in cases where we weren't, and that there is/was something working not exactly right there. there's a patch for that issue that might help if you can apply it. maybe. [16:05:40] (no guarantee, I'm doing heavy pattern matching on something I coincidentally saw today, so it may have nothing to do with your issue and/or not fix it entirely) [16:06:52] otherwise, as mentioned above, phabricator is probably the right avenue indeed [16:18:11] `With an extension outputting