23 lines
503 B
JSON
23 lines
503 B
JSON
{
|
|
"manifestVersion": 1,
|
|
"id": "typora-like",
|
|
"name": "Typora 风格",
|
|
"version": "0.1.0",
|
|
"description": "项目自有的简洁技术文档主题,不复制 Typora 官方主题代码。",
|
|
"author": "md-to-pdf contributors",
|
|
"license": "项目自有",
|
|
"entry": "theme.css",
|
|
"print": "print.css",
|
|
"domPreset": "typora",
|
|
"defaultFontSize": "16px",
|
|
"supportedFeatures": [
|
|
"code",
|
|
"table",
|
|
"task-list",
|
|
"footnote",
|
|
"katex",
|
|
"mermaid"
|
|
],
|
|
"bundled": true
|
|
}
|