bypass-core-1.0
|
Data Structures | |
class | Document |
An object that serves as the root of a markdown Element tree. More... | |
class | Element |
An object that describes some portion of a markdown document. More... | |
class | Parser |
A parser that converts textual markdown into a Document object. More... | |
Enumerations | |
enum | Type { BLOCK_CODE = 0x000, BLOCK_QUOTE = 0x001, BLOCK_HTML = 0x002, HEADER = 0x003, HRULE = 0x004, LIST = 0x005, LIST_ITEM = 0x006, PARAGRAPH = 0x007, TABLE = 0x008, TABLE_CELL = 0x009, TABLE_ROW = 0x00A, AUTOLINK = 0x10B, CODE_SPAN = 0x10C, DOUBLE_EMPHASIS = 0x10D, EMPHASIS = 0x10E, IMAGE = 0x10F, LINEBREAK = 0x110, LINK = 0x111, RAW_HTML_TAG = 0x112, TRIPLE_EMPHASIS = 0x113, TEXT = 0x114, STRIKETHROUGH = 0x115 } |
enum Bypass::Type |