Comment by schrodinger
21 hours 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!") }
2 spaces triggers the formatting, the rest just get printed: https://news.ycombinator.com/formatdoc
vs
Seems I missed the window to be able to edit my message, but I'll remember this info for next time, thanks!