package markdown import "testing" func TestCallout(t *testing.T) { t.Run("callout", func(t *testing.T) { t.Run("simple", test(` > [!NOTE] `, `
content 1
content 2