Skip to content

Commit 0df200c

Browse files
fix: incorrect strikethrough
1 parent 921b358 commit 0df200c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

individual_modules/markdown_with_python/3-Markdown-Fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Here are the main text styles:
122122

123123
- ***Bold and italic text***: `***Bold and italic text***`
124124

125-
- ~~Strikethrough~~: `~~Strikethrough text~~`
125+
- **Strikethrough**: `~~Strikethrough text~~`
126126

127127
These styles help make your writing easier to read. Use them to highlight important points, but keep it simple so your document stays clean and easy to follow.
128128

0 commit comments

Comments
 (0)