Skip to content

Commit c6dabb0

Browse files
committed
[RZA-250159]: markdownlint fix
1 parent 195dc32 commit c6dabb0

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

.markdownlint.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
},
66
"MD029": false,
77
"MD033": {
8-
"allowed_elements": ["summary", "details", "mark"]
8+
"allowed_elements": [
9+
"summary",
10+
"details",
11+
"mark"
12+
]
913
},
1014
"MD007": {
1115
"indent": 2
@@ -16,5 +20,8 @@
1620
"tables": false
1721
},
1822
"no-hard-tabs": false,
19-
"whitespace": false
20-
}
23+
"whitespace": false,
24+
"no-duplicate-heading": {
25+
"siblings_only": true
26+
}
27+
}

src/content/blog/rupesh-rathore.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ I learned so much :
3838

3939
- I developed its whole new UI with CSS, used many CSS features like Grid, color-gradients, CSS-animations, gradient animation and many more things.
4040

41-
- Now it allows users to explore the vowels and consonants of various Indian languages, providing a simple and visual way to compare scripts and sounds across different regions.A comprehensive hub for learning and practicing alphabets, offering tools for reading and learning.
41+
- Now it allows users to explore the vowels and consonants of various Indian languages, providing a simple and visual way to compare scripts and sounds across different regions.
42+
A comprehensive hub for learning and practicing alphabets, offering tools for reading and learning.
4243

4344
### [Vedic Page](/vedic) ⏳🕰️
4445

@@ -122,7 +123,8 @@ I learned so much :
122123

123124
### Git & Version Control Mastery
124125

125-
Learn about branching strategies, merging, and conflict resolution and learned to work with multiple developers on the same codebase and understand the significance of proper commit messages, pull requests, and code with GitHub workflows and project organization.
126+
Learn about branching strategies, merging, and conflict resolution and learned to work with multiple developers on the same codebase and
127+
understand the significance of proper commit messages, pull requests, and code with GitHub workflows and project organization.
126128

127129
### VS Code - The Developer's Best Friend
128130

src/content/privacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Privacy Policy
22

3-
**Last Updated: July 16,2025**
3+
## Last Updated: July 16, 2025
44

55
Welcome to **abcdkbd.com**! Your child’s privacy and safety are our highest priority.
66
This Privacy Policy outlines how we handle personal data in compliance with the **Digital Personal Data Protection Act, 2023 (India)** and international child privacy standards.

src/content/terms-and-conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Terms & Conditions
22

3-
**Last Updated: July 16,2025**
3+
## **Last Updated: July 16,2025**
44

55
Welcome to [**abcdkbd.com**](https://abcdkbd.com). By accessing or using our platform, you agree to comply with and be bound by the following Terms and Conditions.
66

0 commit comments

Comments
 (0)