Disable markdown processing for line items
This commit is contained in:
parent
4131354454
commit
bb45b5f55b
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ class Design extends BaseDesign
|
|||
|
||||
$items = $this->transformLineItems($this->entity->line_items, $type);
|
||||
|
||||
$this->processMarkdownOnLineItems($items);
|
||||
// $this->processMarkdownOnLineItems($items);
|
||||
|
||||
if (count($items) == 0) {
|
||||
return [];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue