minus-squareOvermindDL1@programming.devtoSync for Lemmy@lemmy.world•Help needed with markdown supportlinkfedilinkEnglisharrow-up1·1 year agoTesting 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 ``` linkfedilink
Testing some code syntax highlighting (may or may not work depending on UI being used):
fn blah(a: u32) -> Result { Ok(a*2) }
Nested (more backticks on our fence nest lesser backticks inside):
``` Example nested ```