01 Jan 2021

Markdown is a lightweight markup language for creating formatted text using a plain-text editor.

The Basics

You should be able to do this and this - basic formatting options. Wierdly, there is no underline in markdown - so no need to do that.

Next, you should be able to create links - like this - that link will go to the standup philosophy blog I have.

Images

Image


Intermediate

"You should be able to make stand out text like this" Source

Lists

Two types of lists...

  1. Ordered lists
  2. Like this.
  3. Because numbers.

And...

  • Unordered lists
  • like this
  • No numbers.
  • Just bullet points

Code

You can put code in Markddown...

#include <stdlib.h>

cout<<"Hello World!"<<endl;

Advanced

These are the slighly advanced formatting options.

Tables

Language123
EnglishOneTwoThree
MalayalamOnnuRanduMuunu
HindiEkDoTheen

Some special characters...

You should be able to show *something* or `something` characters(star and backtick)

HTML

You can use HTML in markdown - here we Underline text using HTML

Topics
Maturity
evergreen