import "code.gitea.io/gitea/modules/markup/external"
func RegisterParsers()
RegisterParsers registers all supported third part parsers according settings
type Parser struct { setting.MarkupParser }
Parser implements markup.Parser for external tools
Extensions returns the supported extensions of the tool
Name returns the external tool name
func (p *Parser) Render(rawBytes []byte, urlPrefix string, metas map[string]string, isWiki bool) []byte
Render renders the data of the document to HTML via the external tool.
Package external imports 11 packages (graph) and is imported by 7 packages. Updated 2020-12-13. Refresh now. Tools for package owners.