markdown.h File Reference
#include <iostream>
#include <list>
#include <memory>
#include <string>
+ Include dependency graph for markdown.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Document
 

Namespaces

namespace  markdown
 

Typedefs

using TokenGroup = std::list<TokenPtr>
 
using TokenPtr = std::shared_ptr<Token>