protected function MarkdownExtra::teardown in Markdown 7
* Clearing Extra-specific variables.
Overrides Markdown::teardown
File
- includes/
MarkdownExtra.php, line 155
Class
- MarkdownExtra
- Markdown Extra Parser Class
Namespace
MichelfCode
protected function teardown() {
$this->footnotes = array();
$this->footnotes_ordered = array();
$this->footnotes_ref_count = array();
$this->footnotes_numbers = array();
$this->abbr_desciptions = array();
$this->abbr_word_re = '';
parent::teardown();
}