1. Open your Google Doc
2. Go to File - Download - Web Page (.html, .zipped)
3. Extract the ZIP file and open the .html file in Notepad
4. Copy all of the HTML code and paste it into the "Enter your HTML" box below
5. Click "Generate" and then copy all of the generated HTML
6. Go to Locomotive, enable HTML/source view and paste the HTML there and save
      

Bold span class: (Google's HTML downloader always puts a random class for bold spans -- find it using Inspect Element on your downloaded HTML)

Center p class: (Google's HTML downloader always puts a random class for center p's -- find it using Inspect Element on your downloaded HTML)

Enter your HTML:


Generated HTML:

This app makes the following changes to your HTML file:

Remove double line breaks
Change h1 to h2
Change .c3 to strong tag
Replace image tags with text showing its file name, so you can replace it manually
Center images
Beautify/prettify HTML (make it easier to edit and not a mess)
Wrap [code] parts with pre and code tags
Change all [code] content to plain text (inner content)
Convert [blockquote][/blockquote] tags
Remove www.gamemaker.io from links, so all hyperlinks to GM pages start “/language/example-url-here”
Set only external links to new tab, GameMaker links remain same tab
      
Preview will appear here