markdown2 :: MdCode :: defaultinit
markdown2 :: markdown_html_rendering $ MdCode :: render_html
Renderself
as HTML
markdown2 :: markdown_latex_rendering $ MdCode :: render_latex
Renderself
as HTML
markdown2 :: markdown_man_rendering $ MdCode :: render_man
Renderself
as Manpage format
markdown2 :: markdown_md_rendering $ MdCode :: render_md
Renderself
as Markdown
markdown2 :: markdown_rendering $ MdCode :: render_raw_text
Renderself
as raw text
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
markdown2 :: MdNode :: defaultinit
markdown2 :: MdCode :: defaultinit
core :: Object :: defaultinit
core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
markdown2 :: MdNode :: location=
Node location in original markdowncore :: Object :: output_class_name
Display class name on stdout (debug only).markdown2 :: MdNode :: post_process
Accept the visit of aMdPostProcessor
markdown2 :: MdNode :: render_raw_text
Renderself
as raw text
redef class MdCode
redef fun render_raw_text(v) do v.add literal
end
lib/markdown2/markdown_rendering.nit:59,1--61,3