I have a quick question about how to get the markdown parser to parse in posts, “cooking” them. Currently, my implementation successfully cooks in a preview, but not in a post. I’ve mimicked the functionality present in discourse-spoiler-alert
, particularly this file:
Essentially, if I have [spoiler]hello[/spoiler]
while editing, it shows up successfully changed in the preview, but unsuccessfully, raw in posts.