Solving parsing problems with the markdown library and html elements.

This commit is contained in:
Michael Vogel 2015-02-24 10:21:09 +01:00
parent fcaf71691f
commit d4b0a9ea2a
2 changed files with 23 additions and 2 deletions

View file

@ -17,7 +17,7 @@ function Markdown($text) {
# Read file and pass content through the Markdown parser
$html = MarkdownExtra::defaultTransform($text);
$a->save_timestamp($stamp1, "rendering");
$a->save_timestamp($stamp1, "parser");
return $html;
}