1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Updated composer deps, applied latest StyleCI changes

This commit is contained in:
Dan Brown
2022-04-24 18:22:40 +01:00
parent 63cb6015a8
commit 2b0ae23da0
14 changed files with 182 additions and 186 deletions

View File

@@ -12,7 +12,6 @@ use League\CommonMark\Extension\TaskList\TaskListExtension;
class MarkdownToHtml
{
protected string $markdown;
public function __construct(string $markdown)
@@ -33,5 +32,4 @@ class MarkdownToHtml
return $converter->convertToHtml($this->markdown);
}
}
}

View File

@@ -112,5 +112,4 @@ class PageEditorData
{
return setting('app-editor') === 'markdown' ? 'markdown' : 'wysiwyg';
}
}
}