-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
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
Bold/italic emphasis syntax is not rendered in headlines #67
Comments
@ourigen partial support for this is added on tree-sitter branch. Here's how above content looks now: Bold is still a bit problematic because headlines start with |
Good to hear about the tree-sitter support! I'll help to test the branch when I have time |
@ourigen this should be working more less ok at this moment. Bold issue should also be fixed. Let me know. |
@kristijanhusak Works well enough for me. Thanks for the great work! |
Describe the bug
Emphasis syntax such as
*bold*
,/italic/
,_underlined_
, etc. don't seem to render in headlines. I take notes in bullets so I make use of bolded/italicized words in headlines often.With the top level headline I can understand why bolding doesn't show since the entire headline is bolded. But italicizing doesn't work for all headlines and bolding doesn't work for subheadlines
Steps to reproduce
This is what I used in my example text
Expected behavior
For
*bold*
,/italic/
, and_underlined_
, I expected each word to render in the right face and be concealed (if the setting is set to true) even in headlines. The syntax properly shows and is concealed in normal text.Emacs functionality
No response
Screenshots and recordings
OS / Distro
Arch Linux
Neovim version/commit
v0.6.0-dev
Additional context
No response
The text was updated successfully, but these errors were encountered: