bypass-core-1.0
element.h File Reference
#include <string>
#include <vector>
#include <map>
#include <iostream>
#include <set>
Include dependency graph for element.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Bypass::Element
 An object that describes some portion of a markdown document. More...
 

Namespaces

namespace  Bypass
 

Enumerations

enum  Bypass::Type {
  Bypass::BLOCK_CODE = 0x000, Bypass::BLOCK_QUOTE = 0x001, Bypass::BLOCK_HTML = 0x002, Bypass::HEADER = 0x003,
  Bypass::HRULE = 0x004, Bypass::LIST = 0x005, Bypass::LIST_ITEM = 0x006, Bypass::PARAGRAPH = 0x007,
  Bypass::TABLE = 0x008, Bypass::TABLE_CELL = 0x009, Bypass::TABLE_ROW = 0x00A, Bypass::AUTOLINK = 0x10B,
  Bypass::CODE_SPAN = 0x10C, Bypass::DOUBLE_EMPHASIS = 0x10D, Bypass::EMPHASIS = 0x10E, Bypass::IMAGE = 0x10F,
  Bypass::LINEBREAK = 0x110, Bypass::LINK = 0x111, Bypass::RAW_HTML_TAG = 0x112, Bypass::TRIPLE_EMPHASIS = 0x113,
  Bypass::TEXT = 0x114, Bypass::STRIKETHROUGH = 0x115
}