diff --git a/samples/.markdownlint-cli2.yaml b/samples/.markdownlint-cli2.yaml new file mode 100644 index 0000000..22e1c24 --- /dev/null +++ b/samples/.markdownlint-cli2.yaml @@ -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 diff --git a/samples/manual/docs/en/index.md b/samples/manual/docs/en/index.md index c8e739a..d38ce40 100644 --- a/samples/manual/docs/en/index.md +++ b/samples/manual/docs/en/index.md @@ -1,4 +1,4 @@ - + # Sample Manual diff --git a/samples/manual/docs/ko/index.md b/samples/manual/docs/ko/index.md index da819ae..9847f96 100644 --- a/samples/manual/docs/ko/index.md +++ b/samples/manual/docs/ko/index.md @@ -1,4 +1,4 @@ - + # 샘플 매뉴얼