top | item 42144491

(no title)

fbnlsr | 1 year 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.

discuss

order

volemo|1 year ago

Telegram supports Markdown syntax.

throwaway313375|1 year ago

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**