How can I change the way paragraph blocks are handled by Parsedown?
I know I can use the addBlockType method with the onMarkdownInitialized event hook, but that method seems reserved for blocks that have an associated syntax, like blockquotes or lists. How can I access and extend the paragraph handler?