Documentation ¶ Index ¶ func Open(url string) error type Parser func NewParser() *Parser func (m Parser) MdToHTML(input []byte) ([]byte, error) type Server func NewServer(host string, port int, boundingBox bool, browser bool, enableReload bool, ...) *Server func (s *Server) Serve(file string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Open ¶ added in v0.6.0 func Open(url string) error Types ¶ type Parser ¶ added in v0.6.0 type Parser struct{} func NewParser ¶ added in v0.6.0 func NewParser() *Parser func (Parser) MdToHTML ¶ added in v0.6.0 func (m Parser) MdToHTML(input []byte) ([]byte, error) type Server ¶ added in v0.6.0 type Server struct { // contains filtered or unexported fields } func NewServer ¶ added in v0.6.0 func NewServer(host string, port int, boundingBox bool, browser bool, enableReload bool, parser *Parser) *Server func (*Server) Serve ¶ added in v0.6.0 func (s *Server) Serve(file string) error Source Files ¶ View all Source files open.goparser.goserver.go Click to show internal directories. Click to hide internal directories.