converter.ch

Declarations

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