|
|
|
|
|
by schrodinger
51 days ago
|
|
Single inline backticks like `this` aren't recognized (although still useful in my opinion, they just don't change the rendering). Triple backticks also aren't recognized. However, if you indent by I believe 4 spaces, it formats it in a fixed width font presuming it's code. Let's try (4 spaces): func main() {
fmt.Println("Hello, HN!")
}
None for comparison:func main() {
fmt.Println("Hello, HN!")
} |
|