-
-
Notifications
You must be signed in to change notification settings - Fork 898
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bccb1a
commit 21451f5
Showing
7 changed files
with
63 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,8 +34,8 @@ | |
<meta name="twitter:url" content="https://hacpai.com/tag/vditor"/> | ||
<meta property="og:image" content="https://cdn.jsdelivr.net/npm/vditor/src/assets/images/logo.png"/> | ||
<meta name="twitter:image" content="https://cdn.jsdelivr.net/npm/vditor/src/assets/images/logo.png"/> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/index.css"/> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/method.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/index.css"/> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/method.min.js"></script> | ||
<style> | ||
a { | ||
color: #4285f4; | ||
|
@@ -737,7 +737,7 @@ <h2> | |
[^bignote]: 각주 정의는 여러 단락을 사용할 수 있습니다. | ||
|
||
들여 쓰기 및 정렬된 단락이 이 각주 정의에 포함됩니다. | ||
|
||
``` | ||
코드 블록을 사용할 수 있습니다. | ||
``` | ||
|
@@ -750,7 +750,7 @@ <h2> | |
[^bignote]: 각주 정의는 여러 단락을 사용할 수 있습니다. | ||
|
||
들여 쓰기 및 정렬된 단락이 이 각주 정의에 포함됩니다. | ||
|
||
``` | ||
코드 블록을 사용할 수 있습니다. | ||
``` | ||
|
@@ -779,7 +779,7 @@ <h2> | |
speech: { | ||
enable: true, | ||
}, | ||
anchor: true, | ||
anchor: 1, | ||
after () { | ||
Vditor.outlineRender(document.getElementById('preview'), document.getElementById('outline')) | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters