Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching full:unhash

532     # a unique text-token which will be reverted back when calling unhash.
539 # Swap back any tag hash found in $text so we do not have to `unhash`
541 $text = $this->unhash($text);
1346 $grafs[$key] = $this->unhash($value);
1637 function unhash($text) {
2610 # Join grafs in one text, then unhash HTML tags.
2614 $text = $this->unhash($text);