Documentation ¶
Overview ¶
Package remarkable provides an incomplete wrapper for remarkable (https://github.com/jonschlinkert/remarkable), a pure Javascript markdown parser
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Remarkable ¶
type Remarkable struct { // Render a markdown string s as an HTML string Render func(s string) string `js:"render"` // contains filtered or unexported fields }
func NewRemarkable ¶
func NewRemarkable() *Remarkable
NewRemarkable returns a new instance of remarkable
Click to show internal directories.
Click to hide internal directories.