Skip to content

Class mkdoxy::markdown::MdHeader

ClassList > mkdoxy > markdown > MdHeader

Inherits the following classes: mkdoxy::markdown::Md

Public Attributes

Type Name
level

Public Attributes inherited from mkdoxy::markdown::Md

See mkdoxy::markdown::Md

Type Name
children

Public Functions

Type Name
def __init__ (self self, int level, List children)
def render (self self, MdRenderer f, str indent)

Public Functions inherited from mkdoxy::markdown::Md

See mkdoxy::markdown::Md

Type Name
def __init__ (self self, List children)
def append (self self, "Md" child)
def extend (self self, List child)

Public Attributes Documentation

variable level

mkdoxy.markdown.MdHeader::level;

Public Functions Documentation

function __init__

def mkdoxy::markdown::MdHeader::__init__ (
    self self,
    int level,
    List children
) 

function render

def mkdoxy::markdown::MdHeader::render (
    self self,
    MdRenderer f,
    str indent
) 


The documentation for this class was generated from the following file mkdoxy/markdown.py