From e0b304a5f898cbf418ca42cc07af5f64dfda118a Mon Sep 17 00:00:00 2001 From: Borgal Date: Sun, 29 Aug 2021 22:17:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c51f0ee..f6c82df 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,19 @@ # Editor.md -![](https://img.shields.io/github/stars/pandao/editor.md.svg) ![](https://img.shields.io/github/forks/pandao/editor.md.svg) ![](https://img.shields.io/github/tag/pandao/editor.md.svg) ![](https://img.shields.io/github/release/pandao/editor.md.svg) ![](https://img.shields.io/github/issues/pandao/editor.md.svg) ![](https://img.shields.io/bower/v/editor.md.svg) \ No newline at end of file +![](https://img.shields.io/github/stars/pandao/editor.md.svg) ![](https://img.shields.io/github/forks/pandao/editor.md.svg) ![](https://img.shields.io/github/tag/pandao/editor.md.svg) ![](https://img.shields.io/github/release/pandao/editor.md.svg) ![](https://img.shields.io/github/issues/pandao/editor.md.svg) ![](https://img.shields.io/bower/v/editor.md.svg) + +###Characters + +---- + +~~Strikethrough~~ Strikethrough (when enable html tag decode.) +*Italic* _Italic_ +**Emphasis** __Emphasis__ +***Emphasis Italic*** ___Emphasis Italic___ + +Superscript: X2,Subscript: O2 + +**Abbreviation(link HTML abbr tag)** + +The HTML specification is maintained by the W3C.