converter.ch

Declarations

Public Only
md
Publicnamespace
namespace md
MdConverter
struct
struct MdConverter { var str : string var highlighter : func(string_view, string_view) : string var link_rewriter : func(string_view) : string }
delete
function
func delete(self : *MdConverter) : void
render_to_html
function
func render_to_html(root : *MdRoot, highlighter : func(string_view, string_view) : string, link_rewriter : func(string_view) : string) : string
escapeHtml
functionExtension
func escapeHtml(converter : &MdConverter, text : string_view) : void
convertChildren
functionExtension
func convertChildren(converter : &MdConverter, children : &vector<*MdNode>) : void
getAlignStyle
functionExtension
func getAlignStyle(converter : &MdConverter, align : MdTableAlign) : string_view
convertMdNode
functionExtension
func convertMdNode(converter : &MdConverter, node : *MdNode) : void
convertMdRoot
functionExtension
func convertMdRoot(converter : &MdConverter, root : *MdRoot) : void