Class mkdoxy::markdown::MdBlockEquation¶
ClassList > mkdoxy > markdown > MdBlockEquation
Inherits the following classes: mkdoxy::markdown::Md
Public Attributes¶
Type | Name |
---|---|
equation |
Public Attributes inherited from mkdoxy::markdown::Md¶
Type | Name |
---|---|
children |
Public Functions¶
Type | Name |
---|---|
__init__ (self self, str equation) |
|
render (self self, MdRenderer f, str indent) |
Public Functions inherited from mkdoxy::markdown::Md¶
Type | Name |
---|---|
__init__ (self self, List children) |
|
append (self self, "Md" child) |
|
extend (self self, List child) |
Public Attributes Documentation¶
variable equation¶
mkdoxy.markdown.MdBlockEquation::equation;
Public Functions Documentation¶
function __init__¶
mkdoxy::markdown::MdBlockEquation::__init__ (
self self,
str equation
)
Implements mkdoxy::markdown::Md::__init__
function render¶
mkdoxy::markdown::MdBlockEquation::render (
self self,
MdRenderer f,
str indent
)
The documentation for this class was generated from the following file mkdoxy/markdown.py