lakejs / lake

Browser-based WYSIWYG editor
https://lakejs.org/
MIT License
16 stars 1 forks source link

Markdown Shortcuts #4

Closed luolonghao closed 5 months ago

luolonghao commented 11 months ago

Heading 1

# space

Heading 2

## space

Heading 3

### space

Heading 4

#### space

Heading 5

##### space

Heading 6

###### space

Numbered List

1. space

Bulleted List

* space - space + space

Checklist

[] space [ ] space [x] space [X] space

Block Quotation

> space

Bold

**bold** space __bold__ space

Italic

_italic_ space *italic* space

Highlight

==highlight== space

Strikethrough

~~strikethrough~~ space

Inline Code

`code` space

Thematic Break

--- enter

Code Block

``` enter