แก้ไขตำแหน่ง
This commit is contained in:
parent
38cf193b7c
commit
d63e1d9f70
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import mditVideo from "markdown-it-video"
|
||||||
const md = new MarkdownIt()
|
const md = new MarkdownIt()
|
||||||
.use(mditAnchor)
|
.use(mditAnchor)
|
||||||
.use(mditVideo, {
|
.use(mditVideo, {
|
||||||
youtube: { width: "50%", height: "auto", autoplay: false },
|
youtube: { width: "70%", height: "auto", autoplay: false },
|
||||||
})
|
})
|
||||||
.use(mditFigureWithPCaption, {
|
.use(mditFigureWithPCaption, {
|
||||||
figcaption: "alt",
|
figcaption: "alt",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue