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
With literalMidWordUnderscores...
pointer *ptr *thing pointer **ptr **thing something _else _bla something __else __bla
<p>pointer *ptr *thing</p> <p>pointer **ptr **thing</p> <p>something _else _bla</p> <p>something __else __bla</p>
<p>foo *bar *baz</p> <p>foo <em>*bar *</em>baz</p> <p>foo _bar _baz</p> <p>foo __bar __baz</p>
Related to #332 and #198
The text was updated successfully, but these errors were encountered:
0292ae0
No branches or pull requests
With literalMidWordUnderscores...
Input:
Expected:
Actual
Related to #332 and #198
The text was updated successfully, but these errors were encountered: