Node.js port of Wordpress' wpautop() function
Changes double line-breaks in WordPress posts into HTML paragraphs (<p>...</p>).
WP Libre Form client
Simple Node Script for converting Wordpress XML export of Posts to Gatsby blogposts 🤟
This library provides a function like `wpautop` in Wordpress. It uses a group of regex replaces used to identify text formatted with newlines and replace double line-breaks with HTML paragraph tags.
Same as Wordpress' wpautop() function