-
Is there any way to support both language highlighting on top of diff highlighting? This works (ie
- goodbye
+ hello This works (ie
const a = 10; But this doesn't (ie
I know this can be done because we have both diff and language highlighting in pull requests already but apparently there doesn't seem to be a way to do it in github-flavored markdown, am I right? Is it a feature that is being developed right now? If not, could I contribute to this repo to add this feature? According to my research, it's not possible at the time, but perhaps I am missing something:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No, and it's not really up to Linguist either. Inline rendering is handled by https://github.com/github/markup which in turn uses Linguist when necessary. I can't comment on if this feature is being developed as I'm not part of that side of things, though I know that project is stagnant right now. I think your question may also fall into the issue already open there (I've not read it all 😁) github/markup#1440 |
Beta Was this translation helpful? Give feedback.
No, and it's not really up to Linguist either. Inline rendering is handled by https://github.com/github/markup which in turn uses Linguist when necessary.
I can't comment on if this feature is being developed as I'm not part of that side of things, though I know that project is stagnant right now. I think your question may also fall into the issue already open there (I've not read it all 😁) github/markup#1440