Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 771 Bytes

specimen.md

File metadata and controls

52 lines (34 loc) · 771 Bytes

Writer Color Scheme for Sublime Text

Markdown syntax guide

This is a Heading h1

This is a Heading h2

This is a Heading h3

This is a Heading h4

This text will be italic
This will also be italic

This text will be bold
This will also be bold

You can combine them

Lists

  • Item 1
  • Item 2
  • Item 2a
  • Item 2b
  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 3a
  5. Item 3b

Images

This is a alt text.

Links

You may be using Markdown Live Preview.

Blocks of code

let message = 'Hello world';
alert(message);

Inline code

This web site is using markedjs/marked.

Writer Dark Color Scheme for Sublime Text