Skip to content

Commit b1f52ab

Browse files
committed
♻️ suppression de l'automatisation des liens sur le markdown
1 parent 0686484 commit b1f52ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Livewire/MarkdownX.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function updatedContent()
8585
*/
8686
public function updateContentPreview()
8787
{
88-
$this->contentPreview = MarkdownHelper::parseLiquidTags(replace_links(Markdown::convertToHtml($this->content)));
88+
$this->contentPreview = MarkdownHelper::parseLiquidTags(Markdown::convertToHtml($this->content));
8989
}
9090

9191
/*

0 commit comments

Comments
 (0)