Replies: 1 comment 1 reply
|
Subscript in regular text (as opposed to math) is fairly rare, compared to emphasis, and there is a long tradition of using |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm curious to know why the decision was made to use
_as the delimiter for emphasized text?Personally I think that it would be more intuitive and have more meaning if
_was used as the delimiter for subscript, as it often is in math-based markup like asciimath. That would make the delimiters for superscript and subscript be^and_which nicely pair with text going 'up' and 'down'.Furthermore, an easy way to implement this would be to just swap the
_and~delimiters around, I think?All reactions