You are here

function smarty_modifier_markdown in Markdown 5

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

File

./markdown.php, line 166

Code

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