Skip to content

Commit 6949890

Browse files
authored
Merge branch 'hotwax:user-guides-pub' into user-guides-pub
2 parents cd5b5ea + 7edf58b commit 6949890

File tree

4 files changed

+54
-20
lines changed

4 files changed

+54
-20
lines changed

.github/workflows/grammar-nazi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: 🧹 Run markdownlint
1919
uses: DavidAnson/markdownlint-cli2-action@v13
2020
with:
21-
globs: '**/*.md'
21+
globs: '**/*.md'

.markdownlint.jsonc

Lines changed: 51 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,53 @@
11
{
2-
"MD009": true, // Disallow trailing spaces at the end of lines
3-
"MD012": true, // Disallow multiple consecutive blank lines
4-
"MD018": true, // Headings must have a space after the # (e.g., "# Heading")
5-
"MD019": true, // Disallow multiple spaces after the # in headings
6-
"MD022": true, // Headings must be surrounded by blank lines above and below
7-
"MD023": true, // Headings must start at the beginning of the line (no leading spaces)
8-
"MD025": true, // Disallow multiple top-level headings (only one "# Heading" per file)
9-
"MD026": true, // Disallow punctuation at the end of headings (e.g., "Heading?" or "Heading:")
10-
"MD028": true, // Disallow blank lines inside list items
11-
"MD030": true, // Enforce consistent spacing after list markers (e.g., "- item", not "-item")
12-
"MD031": true, // Fenced code blocks must be surrounded by blank lines before and after
13-
"MD032": true, // Lists must be surrounded by blank lines above and below
14-
"MD034": true, // Disallow bare URLs — require using [text](url) format
15-
"MD037": true, // Disallow spaces inside emphasis markers (e.g., "* bold *" is invalid — use "*bold*")
16-
"MD042": true, // Disallow empty links (e.g., "[](url)" or "[text]()")
17-
"MD045": true, // Require alt text for all images (accessibility best practice)
18-
"MD051": true // Ensure internal link fragments (e.g., [Link](#heading)) match actual headings
2+
"MD001": false, // Heading levels should only increment by one level at a time
3+
"MD002": false, // First heading should be a top-level heading (e.g., "# Heading")
4+
"MD003": false, // Heading style should be consistent (e.g., ATX vs Setext)
5+
"MD004": false, // Unordered list style should be consistent
6+
"MD005": false, // Inconsistent indentation for list items
7+
"MD006": false, // Indentation for list items should be multiple of 2 spaces
8+
"MD007": false, // List item indentation should be consistent within the list
9+
"MD008": false, // Lists should be surrounded by blank lines (alternate form)
10+
"MD009": true, // Disallow trailing spaces at the end of lines
11+
"MD010": false, // Hard tabs are discouraged
12+
"MD011": false, // Reversed link syntax is not allowed
13+
"MD012": true, // Disallow multiple consecutive blank lines
14+
"MD013": false, // Do not enforce line length limits (disabled by choice)
15+
"MD014": false, // Dollar signs used before commands without showing output
16+
"MD015": false, // No spaces after list item marker (alternate form)
17+
"MD016": false, // Line beginning with whitespace
18+
"MD017": false, // Numbers in ordered lists should be sequential
19+
"MD018": true, // Headings must have a space after the # (e.g., "# Heading")
20+
"MD019": true, // Disallow multiple spaces after the # in headings
21+
"MD020": false, // No space inside hashes in headings (e.g., "#Heading#")
22+
"MD021": false, // No multiple spaces inside headings (alternative to MD019)
23+
"MD022": true, // Headings must be surrounded by blank lines above and below
24+
"MD023": true, // Headings must start at the beginning of the line (no leading spaces)
25+
"MD024": false, // Multiple headings with the same content are not allowed
26+
"MD025": true, // Disallow multiple top-level headings (only one "# Heading" per file)
27+
"MD026": true, // Disallow punctuation at the end of headings (e.g., "Heading?" or "Heading:")
28+
"MD027": false, // Multiple spaces between blockquote marker and content
29+
"MD028": true, // Disallow blank lines inside list items
30+
"MD029": false, // Ordered list item prefix should be one style (e.g., always "1.")
31+
"MD030": true, // Enforce consistent spacing after list markers (e.g., "- item", not "-item")
32+
"MD031": true, // Fenced code blocks must be surrounded by blank lines before and after
33+
"MD032": true, // Lists must be surrounded by blank lines above and below
34+
"MD033": false, // Allow inline HTML (useful for GitBook styling and custom formatting)
35+
"MD034": true, // Disallow bare URLs — require using [text](url) format
36+
"MD035": false, // Horizontal rule style should be consistent (e.g., "---" vs "***")
37+
"MD036": false, // Emphasis style should be consistent (e.g., "*" vs "_")
38+
"MD037": true, // Disallow spaces inside emphasis markers (e.g., "* bold *" is invalid — use "*bold*")
39+
"MD038": false, // Spaces inside code span markers (e.g., "` code `")
40+
"MD039": false, // Spaces inside link text
41+
"MD040": false, // Fenced code block language should be specified
42+
"MD041": false, // First line in file should be a top-level heading
43+
"MD042": true, // Disallow empty links (e.g., "[](url)" or "[text]()")
44+
"MD043": false, // List items should be in a bulleted or numbered form consistently
45+
"MD044": false, // Proper names should have correct capitalization
46+
"MD045": true, // Require alt text for all images (accessibility best practice)
47+
"MD046": false, // Code block style should be consistent
48+
"MD047": false, // Files should end with a single newline character
49+
"MD048": false, // Code fences should use consistent style ("```" vs "~~~")
50+
"MD049": false, // Emphasis should not be used for headers
51+
"MD050": false, // Strong emphasis should not be used in headers
52+
"MD051": true // Link fragments must match actual headings in the document
1953
}

documents/learn-shopify/shopify-integration/multiple-store-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Subsequently, the primary catalog is linked to the child stores using the follow
1818

1919
**Create Product in Shopify Store:**
2020

21-
* Go to your store on \`Shopify\`\`
22-
* Create new products on Shopify.
21+
* Go to your store on Shopify
22+
* Create new products on Shopify
2323

2424
**Automatic Sync with HotWax Commerce:**
2525

documents/store-operations/fulfillment/fulfillment.md

Whitespace-only changes.

0 commit comments

Comments
 (0)