markdown-js
markdown-js copied to clipboard
Fix: never render <null> or <undefined> html tags
If a preprocessor needs to remove a tag, this patch allows it to do so by making the tag null or undefined.
Is there a reason to blank out a node rather than removing it from the tree entirely (by using splice, for example)?
Do you an example use case for this?