fix: fix refblock render order and typos

This commit is contained in:
Justineo
2021-10-29 17:13:10 +08:00
parent c13f5f01a9
commit cdc042a1c1
9 changed files with 14 additions and 13 deletions

View File

@@ -35,8 +35,8 @@ const renderPage = etpl.compile(PAGE_TPL)
const md = remark()
.use(anchor)
.use(custom)
.use(details)
.use(ref)
.use(details)
.use(frontmatter)
.use(shortcodes)
.use(demo)