On 2021-06-14 17:34, Sebastian Trueg wrote:
With a fresh parser (I am not rendering messages but a template) it works. However, the parser always wraps my result in a <p> tag (I already removed the <div> via "nowrap" in ParserOutput::getText).
Can I tell the parser to not do that or do I need to manually unwrap the text?
You can use Parser::stripOuterParagraph( $html ) to do it.