Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions samples/.markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Rendering requirement, not a style preference. Python-Markdown uses
# `tab_length = 4`, so a sublist indented by 2 spaces renders as a
# sibling rather than a child. Every file under this directory is
# published through MkDocs, so the rule belongs to the directory rather
# than to the files that happen to nest lists today.
#
# Rules that really are file-specific — MD046 for pymdownx content tabs,
# MD033 for the API-reference badge spans — stay as per-file
# `markdownlint-configure-file` comments.
config:
MD007:
indent: 4
2 changes: 1 addition & 1 deletion samples/manual/docs/en/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- markdownlint-configure-file { "MD007": { "indent": 4 }, "MD046": false } -->
<!-- markdownlint-configure-file { "MD046": false } -->

# Sample Manual

Expand Down
2 changes: 1 addition & 1 deletion samples/manual/docs/ko/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- markdownlint-configure-file { "MD007": { "indent": 4 }, "MD046": false } -->
<!-- markdownlint-configure-file { "MD046": false } -->

# 샘플 매뉴얼

Expand Down