Closed rhysd closed 1 year ago
Duplicate of #112?
Also see #44 and #122 for ideas around more extensible use for this particular syntax.
You make some good points. As noted in #112, I am inclined to change :foobar:
to a more generic syntax for symbols, that can be used in various ways. (I suppose removing it altogether would be another option.) Closing as a duplicate -- feel free to comment further on #112.
Thanks, I missed other ticket already existed. I'll copy my thoughts to the ticket.
Hi, I'm interested in this new lightweight markup language and saw the syntax document. Then one question came up in my mind.
What is a rationale behind the official emoji notation support? I actually don't think it is necessary to be supported by a new markup language because
:dog:
directly in the text.:walking_man:
on GitHub and:man-walking:
on Slack. It's not easy to remember which one is correct for users so parsers need to support the both patterns. But supporting both patterns makes the emoji symbols list bigger and messy.:
character will be free and a parser will get simpler.When GFM supported
:emoji:
notation, it was good idea because emoji characters were not so popular and there was no input method support and many fonts didn't support emoji. However, today I believe it is no longer a good idea because emoji characters are popular and input method supports them and major fonts support emoji on every platforms.