gjtorikian / html-pipeline

HTML processing filters and utilities
MIT License
2.27k stars 382 forks source link

Add `<wbr>` to whitelist #265

Closed Mottie closed 7 years ago

Mottie commented 7 years ago

Please include the <wbr> element in the whitelist.

It is useful when I need a table to not overly stretch the width of a column. So, I can then use markdown instead of adding a complete table in HTML.

Is this repo still maintained? GitHub markup points here, but there doesn't seem to be a lot of activity.

Mottie commented 7 years ago

Hmm, nevermind, I can add &shy; (which adds a dash at the break) or &#x200b; (zero-width white-space). They won't work inside of code blocks, unless you manually wrap the block with <code> or <pre> HTML.