How to

Use markdown format. You don't know markdown format? Don't worry.

  • Press / key and select

  • Double click to select word

h1 Heading # h1 Heading

h2 Heading ## h2 Heading

h3 Heading ### h3 Heading

Horizontal Rules ---


Emphasis

This is bold text **bold text**

This is italic text *italic text* , _italic text_

Strikethrough~~italic text~~

Center align text

center align text

Blockquotes > blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *

  • Sub-lists are made by indenting 2 spaces:

    • Marker character change forces new list start:

      • Ac tristique libero volutpat at

      • Facilisis in pretium nisl aliquet

      • Nulla volutpat aliquam velit

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

Start numbering with offset:

  1. foo 57. foo

  2. bar

Code

Inline code

Indented code

// Some comments
line 1 of code
line 2 of code
line 3 of code

Block code

Sample text here...

Syntax highlighting

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

console.log(foo(5));
.myClass {
  display: flex;
  width: 10px;
}

Links

Auto converted link https://rlim.com

Images

  • Paste image

  • type ![](http://image-url)

Youtube

Auto converted Youtube link