Markdown shortcuts
Lake provides markdown-style handy shortcuts, you can use the shortcuts below to format the text.
Playground
Shortcuts
| Format type | Character and key |
|---|---|
| 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 |
| Alerts | :::info Enter |
:::tip Enter | |
:::warning Enter | |
:::danger Enter | |
| Thematic break | --- Enter |
| Code block | ``` Enter |
```html Enter | |
```css Enter | |
```js Enter | |
```javascript Enter |