Fontification of internal/radio targets in source code #297
Unanswered
AndreasMatthias
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Thanks for the report. I tried to fix this by replacing the following lines Lines 782 to 785 in d5e1f5a with this '((org-fontify-meta-lines-and-blocks)
(org-fontify-inline-src-blocks))which should in principle override the styling of source blocks, and undo any earlier styling. But unfortunately no success so far. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fontification of internal/radio targets should not happend inside code.
In #92 and #33 this issue was discussed and fixed for code blocks like
However this issue still exists for inline code blocks:
and markup code blocks:
Beta Was this translation helpful? Give feedback.
All reactions