← Back to context

Comment by schrodinger

20 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!") }

Seems I missed the window to be able to edit my message, but I'll remember this info for next time, thanks!