New Renderer Code Highlighting #1187
Replies: 3 comments 9 replies
-
If it's possible to highlight syntax without doing custom code highlighting, we should do that. All of my custom code highlighting (in the Share link in your post) is just to get it to match the Editing pane....if that highlighting can be done behind the scenes with a plugin or JS then we don't have to worry about code/markdown inside <code> blocks. However, setting that up behind the scenes is beyond my technical ability, so I can't contribute to that effort, and really have no idea if it's possible (even if I suspect it is). |
Beta Was this translation helpful? Give feedback.
-
What is the expected usage model of backticks in brews? Do we have them used already somewhere or we just want to propose them as additional syntax feature for doing something? |
Beta Was this translation helpful? Give feedback.
-
A reminder: content doesn't have to be within a <style>
.code { font-family: monotype; /* etc */}
.bold { font-weight: bold; color: black; }
</style>
|
Beta Was this translation helpful? Give feedback.
-
How should the Code in backticks be handled? Do we
literal {{span stuff}}
Beta Was this translation helpful? Give feedback.
All reactions