MCPcopy Index your code
hub / github.com/gopherdata/gophernotes / Markdown

Function Markdown

display.go:415–417  ·  view source on GitHub ↗
(markdown string)

Source from the content-addressed store, hash-verified

413}
414
415func Markdown(markdown string) Data {
416 return MakeData(MIMETypeMarkdown, markdown)
417}
418
419func Math(latex string) Data {
420 return MakeData3(MIMETypeLatex, latex, "$$"+strings.Trim(latex, "$")+"$$")

Callers

nothing calls this directly

Calls 1

MakeDataFunction · 0.85

Tested by

no test coverage detected