Skip to content

Commit 2d886d0

Browse files
authored
Merge pull request #214 from myoshi2891/dev-from-macmini
SQL: Basic Select 1141. User Activity for the Past 30 Days I
2 parents d7bd179 + 414cd40 commit 2d886d0

4 files changed

Lines changed: 965 additions & 113 deletions

File tree

.markdownlint.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"MD002": true,
55
"MD003": { "style": "atx" },
66
"MD004": { "style": "consistent" },
7-
"MD007": { "indent": 4 },
7+
"MD007": { "indent": 2 },
88
"MD009": { "br_spaces": 2 },
99
"MD012": true,
1010
"MD013": {
@@ -20,7 +20,7 @@
2020
"MD024": { "siblings_only": true },
2121
"MD025": { "front_matter_title": "" },
2222
"MD026": { "punctuation": ".,;:!。,;:" },
23-
"MD029": { "style": "ordered" },
23+
"MD029": false,
2424
"MD030": {
2525
"ul_single": 1,
2626
"ol_single": 1,
@@ -46,10 +46,12 @@
4646
]
4747
},
4848
"MD034": false,
49+
"MD036": false,
4950
"MD038": true,
5051
"MD040": false,
51-
"MD041": { "level": 1 },
52+
"MD041": false,
5253
"MD042": false,
5354
"MD046": { "style": "fenced" },
54-
"MD048": { "style": "backtick" }
55+
"MD048": { "style": "backtick" },
56+
"MD058": false
5557
}

0 commit comments

Comments
 (0)