X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=plugins%2Fmarkdown%2Fmarkdown.php;h=d4fb1f76ab4613244de2b0dfe4885e804eb16aed;hp=821bb12511bf15b98aba0dab6b757c0fc15079a5;hb=a120fb2977331e0f7d7ffe05861ba179fdae8764;hpb=a4f0509a77a39d1ac834d4967e3e8f245de6d68d diff --git a/plugins/markdown/markdown.php b/plugins/markdown/markdown.php index 821bb125..d4fb1f76 100644 --- a/plugins/markdown/markdown.php +++ b/plugins/markdown/markdown.php @@ -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),