Html

Markdown to HTML Process

For a number of years I have been using Dillinger.io to compile my Markdown files into HTML. The process was relatively easy and I could quickly take the body content out of the exported web page and insert it into a Bootstrap HTML template to produce a styled web page. The HTML that was created wasn’t valid HTML but I wasn’t concerned with that. Recently I found that Dillinger started changing the formatting of the HTML content it was producing.

Bootstrap 4 Templates

Build a new template for my documents I write a fair number of documents in Markdown format with the intention of eventually getting the notes into HTML format so that I can view them in a browser. I have been using Bootstrap 3 as a template for my pages to make them a bit more user friendly. Today I decided that it was about time to update my template into Bootstrap 4.