[-] OvermindDL1@programming.dev 8 points 10 months ago

Hack, just outright, so clean and clear and easy to read.

[-] OvermindDL1@programming.dev 1 points 1 year ago

Testing 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
```

OvermindDL1

joined 1 year ago