Hacker News new | ask | show | jobs
by fbnlsr 581 days ago
I like the idea of a stream of knowledge in one file, I usually used the Saved Messages in Telegram for that.

I'd rather use Markdown though, for the formatting capabilities alone.

1 comments

Telegram supports Markdown syntax.
Unfortunately, it supports it's own formatting syntax that is somewhat similar to markdown but bot quite it.

For example, in markdown:

    _this is italic_

    *this is also italic*

    __this is bold__

    **this is also bold**
While in telegram:

    _this doesn't work_

    *also doesn't work_

    __this is italic__

    **this is bold**