vscode-markdown-notebook/test.md

20 строки
236 B
Markdown

# Test markdown file
Some content
Some more content
- in
- the second
- cell
```js
const thisCell = "A js code block";
```
1. A numbered list
```ts
const thisCell = "An indented code block";
```
2. embedded in the list