mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:25:56 +00:00
fix: add missing coma after bracket for conventional code formatting
This commit is contained in:
parent
496bcaaaf5
commit
530b5f9000
@ -18,7 +18,7 @@ export const markdown: MarkdownOptions = {
|
||||
// use more markdown-it plugins!
|
||||
md.use(mdkatex),
|
||||
md.use(mdTasklist),
|
||||
md.use(mdCaption),
|
||||
md.use(mdCaption)
|
||||
// md.use(mdLink),
|
||||
// md.use(
|
||||
// BiDirectionalLinks({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user