Convert ingestorManual markdown to mkdoc flavor
- removed html - enforce fenced code blocks with defined language - Add superfences
This commit was merged in pull request #3.
This commit is contained in:
@@ -1,10 +1,15 @@
|
|||||||
default: true
|
default: true
|
||||||
line-length:
|
line-length: false
|
||||||
line_length: 88
|
# line-length:
|
||||||
tables: false
|
# line_length: 88
|
||||||
|
# tables: false
|
||||||
no-trailing-punctuation: true
|
no-trailing-punctuation: true
|
||||||
heading-style:
|
heading-style:
|
||||||
style: atx
|
style: atx
|
||||||
no-missing-space-atx: true
|
no-missing-space-atx: true
|
||||||
single-title: false
|
single-title: false
|
||||||
fenced-code-language: true
|
fenced-code-language: true
|
||||||
|
code-block-style:
|
||||||
|
style: fenced
|
||||||
|
no-duplicate-heading:
|
||||||
|
siblings_only: true
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -13,6 +13,7 @@ markdown_extensions:
|
|||||||
- admonition
|
- admonition
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
- pymdownx.superfences
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
Reference in New Issue
Block a user