10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
# place at root dir of the markdown project, for example:
|
|
# $GITHUB/clickhouse-docs/.marksman.toml
|
|
[core]
|
|
markdown.file_extensions = ["md", "mdx"]
|
|
text_sync = "full"
|
|
|
|
[code_action]
|
|
toc.enable = false # Enable/disable "Table of Contents" code action
|
|
|