Our Supported Markdown

20-04-2024 by Humming Admin

Here"s our supported Markdown

heading 1

heading 2

heading 3

heading 4

heading 5
heading 6

Emphasis

bold :

  • This is bold text

italic:

  • This is italic text

strikethrough:

  • Strikethrough

Blockquotes

Blockquotes can also be nested...

Lists

Unordered

  • Create a list by starting a line with -
  • Sub-lists are made by indenting 2 spaces:
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa

Code

Inline code

block code

Block code

Syntax highlighting

var foo = function (bar) {
  return bar++;
};

console.log(foo(5));

Links

link text

Images

Minion

categories: test, Main tutorial