OvermindDL1 @ OvermindDL1 @programming.dev Posts 0Comments 2Joined 1 yr. ago
OvermindDL1 @ OvermindDL1 @programming.dev
Posts
0
Comments
2
Joined
1 yr. ago
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):
rust
fn blah(a: u32) -> Result { Ok(a*2) }
js
function blah(a) { return a*2; }
Nested (more backticks on our fence nest lesser backticks inside):
`
Example nested `