From bb11ebb36796c657622e1ee55b039c95ad3f4231 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Mon, 25 Sep 2023 11:34:25 +0400 Subject: [PATCH] A22 (#163) --- announcements/a22.md | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 announcements/a22.md diff --git a/announcements/a22.md b/announcements/a22.md new file mode 100644 index 00000000..a92a1abf --- /dev/null +++ b/announcements/a22.md @@ -0,0 +1,46 @@ +Markdown: Syntax +================ + + + + +* [Overview](#overview) + * [Philosophy](#philosophy) + * [Inline HTML](#html) + * [Automatic Escaping for Special Characters](#autoescape) +* [Block Elements](#block) + * [Paragraphs and Line Breaks](#p) + * [Headers](#header) + * [Blockquotes](#blockquote) + * [Lists](#list) + * [Code Blocks](#precode) + * [Horizontal Rules](#hr) +* [Span Elements](#span) + * [Links](#link) + * [Emphasis](#em) + * [Code](#code) + * [Images](#img) +* [Miscellaneous](#misc) + * [Backslash Escapes](#backslash) + * [Automatic Links](#autolink) + + +**Note:** This document is itself written using Markdown; you +can [see the source for it by adding '.text' to the URL][src]. + + [src]: /projects/markdown/syntax.text + +* * * + +

Overview

+ +

Philosophy

+ +Markdown is intended to be as easy-to-read and easy-to-write as is feasible. +