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
Open emacs like emacs -Q -l markdown-mode.el
emacs -Q -l markdown-mode.el
Enable M-x markdown-mode
Type in the buffer
*text `code` text*
Both text and code are italic. Having at least the text italic would be fine too even though not ideal.
Neither of text and code is italic.
The text was updated successfully, but these errors were encountered:
4e733e3
Fix font-lock for inline code inside bold
a01883f
Related to GH-275.
No branches or pull requests
Steps to Reproduce
Open emacs like
emacs -Q -l markdown-mode.el
Enable M-x markdown-mode
Type in the buffer
Expected Behavior
Both text and code are italic. Having at least the text italic would be fine too even though not ideal.
Actual Behavior
Neither of text and code is italic.
Software Versions
The text was updated successfully, but these errors were encountered: