on What is your favourite font for code ? · c/programming · 8 pts · 2yHack, just outright, so clean and clear and easy to read.
on Help needed with markdown support · c/syncforlemmy · 1 pts · 2yTesting some code syntax highlighting (may or may not work depending on UI being used): fn blah(a: u32) -> Result { Ok(a*2) } function blah(a) { return a*2; } Nested (more backticks on our fence nest lesser backticks inside): ``` Example nested ```
Hack, just outright, so clean and clear and easy to read.
Testing some code syntax highlighting (may or may not work depending on UI being used):
Nested (more backticks on our fence nest lesser backticks inside):