mdown
mdown.ast.ast_factory
AstFactory
code
code
mdown
mdown.ast.ast_factory
AstFactory
code
abstract method
code
Source
mdown
mdown.ast.ast_factory
AstFactory
Constructors
AstFactory
Properties
hashCode
runtimeType
Operators
operator ==
Methods
autolink
autolinkEmail
baseCompositeInline
blockquote
classAttribute
code
codeBlock
document
emphasis
extendedAttributes
hardLineBreak
heading
htmlRawBlock
htmlRawInline
identifierAttribute
infoString
inlineImage
inlineLink
keyValueAttribute
linkReference
listItem
nodeList
nonBreakableSpace
noSuchMethod
orderedList
para
reference
referenceImage
referenceLink
smartChar
softLineBreak
space
str
strikeout
strong
subscript
superscript
tab
table
tableCell
target
texMathDisplay
texMathInline
texRawBlock
thematicBreak
toString
unorderedList
Code
code
(
CodeUnitsList
contents
,
int
fenceSize
,
ExtendedAttributes
attributes
)
Creates inline code
Source
Code code(CodeUnitsList contents, int fenceSize, ExtendedAttributes attributes);