enum Markd::Node::Type
Overview
Node Type
Defined in:
markd/node.crEnum Members
-
Document =
0
-
Paragraph =
1
-
Text =
2
-
Strong =
3
-
Emphasis =
4
-
Link =
5
-
Image =
6
-
Heading =
7
-
List =
8
-
Item =
9
-
BlockQuote =
10
-
ThematicBreak =
11
-
Code =
12
-
CodeBlock =
13
-
HTMLBlock =
14
-
HTMLInline =
15
-
LineBreak =
16
-
SoftBreak =
17
-
CustomInLine =
18
-
CustomBlock =
19
Instance Method Summary
- #block_quote?
- #code?
- #code_block?
- #container?
- #custom_block?
- #custom_in_line?
- #document?
- #emphasis?
- #heading?
- #html_block?
- #html_inline?
- #image?
- #item?
- #line_break?
- #link?
- #list?
- #paragraph?
- #soft_break?
- #strong?
- #text?
- #thematic_break?