InlineDecorator
but with wikilink commands handlingnitc :: CmdInlineDecorator :: _model
Model used by wikilink commands to find entitiesnitc :: CmdInlineDecorator :: model
Model used by wikilink commands to find entitiesnitc :: CmdInlineDecorator :: model=
Model used by wikilink commands to find entitiesnitc $ CmdInlineDecorator :: PROCESSOR
Kind of processor usednitc $ CmdInlineDecorator :: SELF
Type of this instance, automatically specialized in every classnitc $ CmdInlineDecorator :: add_wikilink
Renders a[[wikilink]]
item.
nitc :: NitdocDecorator :: _current_mdoc
The currently processed mdoc.markdown :: HTMLDecorator :: _headlines
nitc :: CmdInlineDecorator :: _model
Model used by wikilink commands to find entitiesnitc :: NitdocDecorator :: _toolcontext
markdown :: Decorator :: add_blockquote
Render a blockquote.markdown :: Decorator :: add_headline
Render a headline block with corresponding level.markdown :: Decorator :: add_line_break
Render a line breakmarkdown :: Decorator :: add_listitem
Render a list item.markdown :: Decorator :: add_orderedlist
Render an ordered list.markdown :: Decorator :: add_paragraph
Render a paragraph block.markdown :: Decorator :: add_span_code
Render a code span reading from a buffer.markdown :: Decorator :: add_strike
Render a strike text.markdown :: Decorator :: add_strong
Render a strong text.markdown :: Decorator :: add_unorderedlist
Render an unordered list.markdown :: Decorator :: add_wikilink
Renders a[[wikilink]]
item.
markdown :: Decorator :: append_code
Render code text from buffer and escape it.markdown :: Decorator :: append_value
Render a text and escape it.core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: NitdocDecorator :: current_mdoc
The currently processed mdoc.nitc :: NitdocDecorator :: current_mdoc=
The currently processed mdoc.nitc :: NitdocDecorator :: defaultinit
core :: Object :: defaultinit
nitc :: InlineDecorator :: defaultinit
markdown :: HTMLDecorator :: defaultinit
markdown :: Decorator :: defaultinit
markdown :: Decorator :: escape_char
Render a character escape.markdown :: HTMLDecorator :: headlines=
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.
nitc :: CmdInlineDecorator :: model
Model used by wikilink commands to find entitiesnitc :: CmdInlineDecorator :: model=
Model used by wikilink commands to find entitiescore :: Object :: native_class_name
The class name of the object in CString format.core :: Object :: output_class_name
Display class name on stdout (debug only).nitc :: NitdocDecorator :: toolcontext
nitc :: NitdocDecorator :: toolcontext=
# Same as `InlineDecorator` but with wikilink commands handling
class CmdInlineDecorator
super InlineDecorator
redef type PROCESSOR: CmdMarkdownProcessor
# Model used by wikilink commands to find entities
var model: Model
redef fun add_wikilink(v, token) do
v.render_wikilink(token, model)
end
end
src/doc/templates/html_commands.nit:406,1--418,3