How to make function names bold #297
Replies: 5 comments 5 replies
-
we have interface only for colors, but luckily one can do this in principle (thanks to CodeMirror) .ͼu {
font-weight: 800;
} just paste it as HTML cell, or directly to the settings (custom css) to alter the font, you can use this class .cm-line {
font-family: ui-monospace !important;
} |
Beta Was this translation helpful? Give feedback.
-
Hi, what are all the available classes and where are they documented? |
Beta Was this translation helpful? Give feedback.
-
Thanks! I tried using macha template and making minor changes and some worked and some didn't. ![]()
![]() |
Beta Was this translation helpful? Give feedback.
-
Never mind; I should have done |
Beta Was this translation helpful? Give feedback.
-
Pretty happy with the css generated by Claude with a simple prompt - "make a fancy css". Used as-is and it's great! ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, would it be simple or hard to highlight functions names in bold ?
Beta Was this translation helpful? Give feedback.
All reactions