Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgmd

Convert Markdown to Telegram MarkdownV2 format.

cargo run -- README.md
echo "**bold** and *italic*" | cargo run

Supported

Markdown Telegram
**bold** *bold*
*italic* _italic_
~~strike~~ ~strike~
`code` `code`
```lang ``` ```lang ```
# Heading *Heading*
[text](url) [text](url)
- list • list

Characters _ * [ ] ( ) ~ > # + - = | { } . !` are escaped.

Install

cargo install --path .

About

Convert Markdown to Telegram MarkdownV2. Pipe-friendly CLI: reads from stdin or file.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages