1.0.0 • Published 6 years ago

tgmde v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

TgMDE - Telegram Markdown Editor

Simple WYSIWYG Markdown editor with only support for Telegram flawored text.

All rules that is supported:

*bold text*
_italic text_
[inline URL](http://www.example.com/)
[inline mention of a user](tg://user?id=123456789)
`inline fixed-width code`
```block_language
pre-formatted fixed-width code block
```

Project is based on the beautiful SimpleMDE Markdown Editor.