Markdown
Markdown(contents []byte, options ...Markdown) (int, error)func handler(ctx iris.Context) {
response := []byte(`# Hello Dynamic Markdown -- Iris`)
ctx.Markdown(response)
}<h1>Hello Dynamic Markdown – Iris</h1>Last updated
Was this helpful?