Also hide tags that are preceded by punctuation.
The expression in the PrettyPrinterHideTagFilter expects that tag names don't have any spaces around them, but this could be the case when adding this to the configuration file: hide_tags = p, id So make sure to strip off all spaces from tag names before passing them along.
Showing
Please register or sign in to comment