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
|
||||
line-length:
|
||||
line_length: 88
|
||||
tables: false
|
||||
line-length: false
|
||||
# line-length:
|
||||
# line_length: 88
|
||||
# tables: false
|
||||
no-trailing-punctuation: true
|
||||
heading-style:
|
||||
style: atx
|
||||
no-missing-space-atx: true
|
||||
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
|
||||
- toc:
|
||||
permalink: true
|
||||
- pymdownx.superfences
|
||||
|
||||
# Configuration
|
||||
theme:
|
||||
|
||||
Reference in New Issue
Block a user