The idea is to support the formatting of text like on Google+ (or like Markdown, but this one only has bold and italics) by wrapping text between certain characters. For example, writing *bold text*
would produce bold text.
Example possibilities:
This feature could allow a mix of these formattings, for example: *_bold and italic_*
would publish as _bold and italic_ text.
This builds on the recently implemented idea of monowidth code, wrapped in backticks ( ` ), which works very similar to this.
+1 for support, shouldn't be hard to implement given that we now have backticks for blocks of code.
+1, but iirc only bots are able to send those, they are supported. Just not for users.
Comment along with closing maybe?
+1, but iirc only bots are able to send those, they are supported. Just not for users.
Can one become a bot?
@okutane there's no need to -- it's not an api issue anymore
+1, but iirc only bots are able to send those, they are supported. Just not for users.
What was the idea behind this @auchri ? Telegram users need this, along with better markdown support like code highlighting
@BlkPingu there are already options for everything api supports.
better markdown support
that's an api issue
code highlighting
Most helpful comment
Comment along with closing maybe?