So you're saying they use HTML in activities - and nobody has ever done that before in the fediverse?

We can do code blocks in html, markdown, and bbcode. Take your pick. There's also a styling plugin which will change colours appropriate to the language context but i don't currently have that installed here.


package main

import "fmt"

func main() {
        fmt.Println("Hello, World!")
}

package main

import "fmt"

func main() {
fmt.Println("Hello, World!")
}


package main

import "fmt"

func main() {
        fmt.Println("Hello, World!")
}