We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Underscore bold and italic are in the form:
__bold__, _italic_
The reason both bold and italics are currently asterisks * only, is cuz of this edge case:
*
PREFIX__bold__, PREFIX_italic_ PREFIX**bold**, PREFIX*italic*
which renders as:
PREFIX__bold__, PREFIX_italic_
PREFIXbold, PREFIXitalic
The question is (or i guess "are"):
<b>
<i>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Underscore bold and italic are in the form:
The reason both bold and italics are currently asterisks
*
only, is cuz of this edge case:which renders as:
PREFIX__bold__, PREFIX_italic_
PREFIXbold, PREFIXitalic
The question is (or i guess "are"):
Should it:
<b>
,<i>
)The text was updated successfully, but these errors were encountered: