-
Notifications
You must be signed in to change notification settings - Fork 62
having blockquotes styled in the color of comments is not ideal #287
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
Comments
I agree... Actually, we could create slightly less saturated versions of the normal text highlighting using some of the functions from https://github.com/vim-pandoc/vim-pandoc-syntax/blob/master/autoload/pandoc/syntax/color.vim: we can retrieve the colors of syntax elements, and desaturate them. |
That code has been there waiting for its moment to shine for almost 5 years now :p |
What about using the String highlight group? Comment is clearly wrong.
Den tors 16 maj 2019 22:18Felipe Morales <[email protected]> skrev:
… That code has been there waiting for its moment to shine for almost 5
years now :p
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#287?email_source=notifications&email_token=AAI3OU4SC3JPQBPU76CWEHTPVW6PVA5CNFSM4HNPYECKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVS6HXI#issuecomment-493216733>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAI3OU6K5LJBYLSOW47DP5TPVW6PVANCNFSM4HNPYECA>
.
|
I have been highlighting both blockquotes and notes as |
The minimized syntax flavor from #331 actually drops all highlighting for block quotes (it's kept only as a hint for autoformatting). |
Having block quotes styled in the syntax color of comments is somewhat less than ideal. Admittedly comments are not native to Markdown, but Pandoc does support HTML style comments (in the AST as raw inline html) by default and they often get used that way. I use it along with comment plugins as part of copy editing workflow.
I don't know if there are any colors left to use, but block quotes looking a little less like they are something being left out of the party would be nice.
The text was updated successfully, but these errors were encountered: