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.