The Life-Changing Magic of Markdown

https://apps.apple.com/us/story/id1498656237

I started using Markdown in 2009, shortly after I became a full-time work-for-hire digital publisher. A large part of publishing is formatting documents. Often, I have to assimilate content from many different sources. And all those different programs bring along formatting gremlins that made my job extremely frustrating. Macs and PCs are notoriously incompatible when it comes to word processors.

Sometimes, the best solution to getting a document properly formatted is to 'go nuclear' and strip out all the formatting using a plain text editor (like notepad). However, notepad is not ideal for large documents and it drove me to find more robust plain text editors (like atom - the most powerful text editor on the planet that is also FREE).

Once you start working in the world of plain text, it won't be long before you'll likely come across markdown. And what you'll love about plain text is the speed at which you can work, unmarred by distraction. I bet the rise of 'distraction-free' editors is where a lot of markdown fans like myself first discovered it.

If you are a writer, and you know about Grammarly - you know that starting without any formatting is the best way to go.

What is markdown?

Markdown is how you format your text for publishing to a static site generator like PubWriter. You can add italics, bold, images, headers, dividers, and more. In case you wondered, the page you are ready right now was created in markdown (and if you are curious what the source txt file looks like click here).

Markdown is a [semantic editor(https://en.wikipedia.org/wiki/Semantic_publishing).

Some helpful (& recommended) tutorials to start with: