Hello,
I'm working on a small extension that uses $wgHooks['ParserAfterTidy'][] in order to hyphenate the text. The extension works great, despite I'm having lot of work to do on it.
Today I noticed the StructuredDiscussions pages are not processed and there are no hyphens (­), so my question is:
- Whether there is a suitable Hook where I can process the content of the StructuredDiscussions pages before they are displayed?