Hello, World!
type ASTNodeTextStyle struct {
Bold *bool `json:"b,omitempty"`
Italic *bool `json:"i,omitempty"`
Underline *bool `json:"u,omitempty"`
Strikethrough *bool `json:"s,omitempty"`
SmallCaps *bool `json:"smallcaps,omitempty"`
BackgroundColor *string `json:"bgcolor,omitempty"`
ForegroundColor *string `json:"color,omitempty"`
SuperScript *bool `json:"sup,omitempty"`
SubScript *bool `json:"sub,omitempty"`
FontSize *ASTNodeTextStyleFontSize `json:"fontsize,omitempty"`
FontWeight *int64 `json:"fontweight,omitempty"`
FontFamily *string `json:"fontfamily,omitempty"`
}
// Some other func
func Caribou() {
hello();
}
// And yet another
func a() {}
{{< / highlight >}}
<strong>Superbe</strong>