From 4ad693e14afe4b6ce3c5ed367885fb7f9f907efe Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Sun, 21 Sep 2025 20:37:56 +0000 Subject: [PATCH] Add MF-3: Headings and sections --- MF-3%3A Headings and sections.-.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MF-3%3A Headings and sections.-.md diff --git a/MF-3%3A Headings and sections.-.md b/MF-3%3A Headings and sections.-.md new file mode 100644 index 0000000..2126789 --- /dev/null +++ b/MF-3%3A Headings and sections.-.md @@ -0,0 +1,13 @@ +This is a simple Markdown example demonstrating heading levels and basic text. + +# Main Heading +This is the first paragraph under the main heading. It's just plain text. + +## Sub-Heading +This is a paragraph for the sub-heading. It contains more simple text. + +### Section Heading +This is a paragraph for a smaller section. + +#### Minor Section +This is a brief paragraph. \ No newline at end of file