class markdown::Text

sys::Obj
  markdown::Node
    markdown::Text

@Js

Source

A text node:

foo *bar*

The foo is a text node, and the bar inside the emphasis is also a text node.

literal

Str literal

Source

make

new make(Str literal)

Source

toStrAttributes

protected virtual override Str toStrAttributes()

Source