You are here

function smarty_modifier_markdown in Markdown 6

Same name and namespace in other branches
  1. 5 markdown.php \smarty_modifier_markdown()

File

./markdown.php, line 189

Code

function smarty_modifier_markdown($text) {
  return Markdown($text);
}