Add MF-4: Bold italic strikethrough

2025-09-21 20:38:23 +00:00
parent 4ad693e14a
commit f21acaa375

@@ -0,0 +1,13 @@
Here's a Markdown example that uses only visual text formatting features like bold, italic, and strikethrough.
**This is a sentence written in bold.**
_This sentence is written in italics._
***
_**This sentence is both bold and italicized.**_
~~This sentence has a strikethrough on it.~~
This sentence is a mix of plain text, **bold text**, and *italic text*.