An open API service indexing awesome lists of open source software.

https://github.com/steffan153/rehype-break-links

Adds <wbr> to links where the content is equal to the href of the link, to allow the link to break in more places.
https://github.com/steffan153/rehype-break-links

Last synced: about 1 month ago
JSON representation

Adds <wbr> to links where the content is equal to the href of the link, to allow the link to break in more places.

Awesome Lists containing this project

README

        

# rehype-break-links

This package is a unified (rehype) plugin to use better line breaks for long URLs. Specifically, it applies to `a` tags where the content is the same as its `href`. See https://css-tricks.com/better-line-breaks-for-long-urls/