redcarpet
redcarpet copied to clipboard
List all tags that smarty pants skips
Worth telling people exactly which tags smarty pants skips.
I'm basing this off of this part:
static const char *skip_tags[] = {
"pre", "code", "var", "samp", "kbd", "math", "script", "style"
};
Thank you, nice to have this information without digging into the code. 🎉