mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
23 lines
634 B
JSON
23 lines
634 B
JSON
{
|
|
"brand": "VNote",
|
|
"brand_icon": "css/vnote_white.svg",
|
|
"title": "VNote - A pleasant note-taking platform",
|
|
"favicon": "css/vnote.ico",
|
|
"footer": "VNote is developed and maintained by Le Tan.",
|
|
"show_suffix": false,
|
|
"load_before_search": true,
|
|
"fuzzy_search": false,
|
|
"markdown":
|
|
{
|
|
"html": true,
|
|
"breaks": false,
|
|
"linkify": false,
|
|
"typographer": false,
|
|
"lang_prefix": "lang-",
|
|
"image_caption": true,
|
|
"plantuml_server": "https://www.plantuml.com/plantuml",
|
|
"plantuml_format": "svg",
|
|
"code_block_line_number": false
|
|
}
|
|
}
|