Skip to content

Commit e2126d1

Browse files
committed
chore: Add markdown-to-html options.
1 parent e3f4788 commit e2126d1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"markdown-to-html": {
3+
"github-corners": "https://github.com/jaywcjlove/golang-tutorial",
4+
"document": {
5+
"title": "Go 语言快速入门",
6+
"meta": [
7+
{ "description": "通过简单的例子,来快速入门Go语言基础编程、语法等各种语言特性,主要面向新手级别的学习者。" },
8+
{ "keywords": "golang,tutorial,go,golang-tutorial" }
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)