Back to Implementation
Tag parsers are responsible for extracting the tag information from documents. Each document type has its own associated tag parser. Parsing the tags is quite trivial, and mostly consists of regular expression searches.
Empty_TagParser.py
Generic_TagParser.py
Markdown_TagParser.py
init.py