HTML Blog Converter
In BrowserThis simply takes text written in paragraph form and adds the paragraph and heading tags.
I made this as I commonly create small pages in pure HTML but either receive text from a client in email or write out the text first somewhere else like in a Google Doc.
Text Input
Enter your text in box below, adjust options, and press convert.
Options
Text Preview
A preview of what your HTML will look like so you can spot any paragraph/header misclassifications.
JSON Output
In the process of converting the text to HTML I first create an array of objects. In some cases I figured this could be more of use to web developer.
You don't need to press Select All before the copy button.
Select All is here in case copy doesn't work on some browsers.
HTML Output
Your text converted to HTML
You don't need to press Select All before the copy button.
Select All is here in case copy doesn't work on some browsers.