Skip to content

Markdown shortcuts

Lake provides markdown-style handy shortcuts, you can use the following shortcuts to format the text.

Shortcuts

Format typeCharacter and key
Heading 1# Space
Heading 2## Space
Heading 3### Space
Heading 4#### Space
Heading 5##### Space
Heading 6###### Space
Numbered list1. 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
Alert block:::info Enter
:::tip Enter
:::success Enter
:::warning Enter
:::error Enter
:::danger Enter
Thematic break--- Enter
Code block``` Enter
```html Enter
```css Enter
```js Enter
```javascript Enter

Playground

Released under the MIT License.