diff --git a/MF-4%3A Bold italic strikethrough.-.md b/MF-4%3A Bold italic strikethrough.-.md new file mode 100644 index 0000000..9d134b8 --- /dev/null +++ b/MF-4%3A Bold italic strikethrough.-.md @@ -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*. \ No newline at end of file