upgrade nextjs, preact, mdx-bundler, esbuild

This commit is contained in:
Timothy Lin
2021-12-04 16:56:54 +08:00
parent 4b30668f74
commit 1789efadc9
6 changed files with 2490 additions and 2049 deletions

View File

@ -153,6 +153,18 @@ function fancyAlert(arg) {
}
```
## Footnotes
```
Here is a simple footnote[^1]. With some additional text after it.
[^1]: My reference.
```
Here is a simple footnote[^1]. With some additional text after it.
[^1]: My reference.
## Task Lists
```