We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0686484 commit b1f52abCopy full SHA for b1f52ab
app/Http/Livewire/MarkdownX.php
@@ -85,7 +85,7 @@ public function updatedContent()
85
*/
86
public function updateContentPreview()
87
{
88
- $this->contentPreview = MarkdownHelper::parseLiquidTags(replace_links(Markdown::convertToHtml($this->content)));
+ $this->contentPreview = MarkdownHelper::parseLiquidTags(Markdown::convertToHtml($this->content));
89
}
90
91
/*
0 commit comments