From 3e28ec19adf350d66f5f9a0d35fd8ee785d87d0e Mon Sep 17 00:00:00 2001 From: nopeitsnothing Date: Sat, 23 May 2026 23:20:24 -0400 Subject: [PATCH] fix(convert): actually save per-page PDFs for qpdf, not PNGs We ignore this for the guide Signed-off-by: nopeitsnothing --- .markdownlint.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 4249e43..c27ea99 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -62,24 +62,7 @@ MD012: # Consecutive blank lines maximum: 1 # MD013/line-length - Line length -# -MD013: - # Number of characters - line_length: 80 - # Number of characters for headings - heading_line_length: 80 - # Number of characters for code blocks - code_block_line_length: 160 - # Include code blocks - code_blocks: false - # Include tables - tables: false - # Include headings - headings: true - # Strict length checking (e.g. allow for longer URLs) - strict: false - # Stern length checking - stern: false +MD013: false # MD014/commands-show-output - Dollar signs used before commands without showing output # TODO: set false for now but we should consider enabling it