function smarty_modifier_markdown in Markdown 5
Same name and namespace in other branches
- 6 markdown.php \smarty_modifier_markdown()
File
- ./
markdown.php, line 166
Code
function smarty_modifier_markdown($text) {
return Markdown($text);
}
function smarty_modifier_markdown($text) {
return Markdown($text);
}