From f21acaa3758247158858a62bcec9728cb4afd950 Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Sun, 21 Sep 2025 20:38:23 +0000 Subject: [PATCH] Add MF-4: Bold italic strikethrough --- MF-4%3A Bold italic strikethrough.-.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MF-4%3A Bold italic strikethrough.-.md 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