Merge pull request #1205 from ArthurHoaro/feature/opengraph
Add OpenGraph meta tags on permalink page
This commit is contained in:
commit
e95247d41d
5 changed files with 44 additions and 1 deletions
plugins/markdown
|
@ -28,6 +28,7 @@ function hook_markdown_render_linklist($data, $conf)
|
|||
$value = stripNoMarkdownTag($value);
|
||||
continue;
|
||||
}
|
||||
$value['description_src'] = $value['description'];
|
||||
$value['description'] = process_markdown(
|
||||
$value['description'],
|
||||
$conf->get('security.markdown_escape', true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue