Markdown formatting

Markdown is a very popular formatting system for formatting text documents. Sites like stackoverflow.com and many others uses it.

It is designed to be unintrusive in the text document so you can focus on writing the content, not formatting details.

Instructions on how to use markdown are plentiful on the web, the official docs are quite readable.

The advantages of using markdown here are many.

Markdown editors

The standard editor for writing markdown code is any plain text editor.

There are gui editors that emulates a wysiwyg editor. One popular multi-platform editor is Remarkable

refrain from using Notepad on a Windows system. Notepad has a very poor understanding on what constitutes a newline.

commit info: $Id: markdown.md 45 2017-05-24 09:18:28Z martin $