mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Solving parsing problems with the markdown library and html elements.
This commit is contained in:
parent
fcaf71691f
commit
d4b0a9ea2a
2 changed files with 23 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue