Introducing Markdown

Introducing Markdown

June 30, 20234 min read


What is markdown ?

Markdown is a lightweight markup language that allows you to add formatting elements to plain text documents. It is widely used for creating static websites, writing documentation, taking notes, and formatting content for the web.

What is a markup language?

A markup language is a system for annotating text to indicate its structure, presentation, or other characteristics. It uses tags to define and describe elements within a document. These tags provide instructions to the software or system that processes the document.

There are several markup languages, each with its own syntax and purpose. Some popular markup languages include:

Why markdown ?

<h2 id="why-markdown-">Why markdown ?</h2>
<ul>
<li>To contribute to my posts 😂:<br>
All my posts here, are written in markdown.</li>
</ul>
## Why markdown ?
- To contribute to my posts 😂:
All my posts here, are written in markdown.

where to start ?

StackEdit: A markdown playground, where one can learn while experimenting.

Can it replace HTML ?

No, it just wasn't meant to be. For example a button can't be created with pure markdown.

Limitations of markdown

Alternatives to Markdown

There are a number of other lightweight markup languages that some consider better choices.