![](/static/c15a0eb1/assets/icons/icon-96x96.png)
![](https://lemmy.world/pictrs/image/430d723d-8712-4340-b7b1-ffe6709f9a25.png)
1·
1 年前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
```
Hack, just outright, so clean and clear and easy to read.