diff --git a/src/Skobkin/Bundle/PointToolsBundle/Service/Markdown/PointParser.php b/src/Skobkin/Bundle/PointToolsBundle/Service/Markdown/PointParser.php index 7b4e44a..3105512 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Service/Markdown/PointParser.php +++ b/src/Skobkin/Bundle/PointToolsBundle/Service/Markdown/PointParser.php @@ -201,6 +201,10 @@ class PointParser extends MarkdownParser $href = $this->router->generate('post_show', ['id' => $postId]); $tail = htmlspecialchars($matches[3]); - return $this->hashPart('#'.$postId.''.$tail); + return $this->hashPart( + '#'.$postId.'' + //.'' + .$tail + ); } } \ No newline at end of file