redcarpet icon indicating copy to clipboard operation
redcarpet copied to clipboard

List all tags that smarty pants skips

Open dchacke opened this issue 2 years ago • 1 comments

Worth telling people exactly which tags smarty pants skips.

dchacke avatar Aug 27 '23 10:08 dchacke

I'm basing this off of this part:

static const char *skip_tags[] = {
  "pre", "code", "var", "samp", "kbd", "math", "script", "style"
};

dchacke avatar Aug 27 '23 11:08 dchacke

Thank you, nice to have this information without digging into the code. 🎉

robin850 avatar Jun 01 '24 15:06 robin850