diff options
author | Mario <mario@mariovavti.com> | 2021-06-05 09:06:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-05 09:06:09 +0000 |
commit | bee4fa9937e2a4292153d6d02e798ba50b5476a9 (patch) | |
tree | 1e82b19876059d2a2df8533dae89b4334c0485fe | |
parent | 14ab5801d2007165c0eaacd3b8c7f657efac213a (diff) | |
download | volse-hubzilla-bee4fa9937e2a4292153d6d02e798ba50b5476a9.tar.gz volse-hubzilla-bee4fa9937e2a4292153d6d02e798ba50b5476a9.tar.bz2 volse-hubzilla-bee4fa9937e2a4292153d6d02e798ba50b5476a9.zip |
missing use statement
-rw-r--r-- | include/markdown.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/markdown.php b/include/markdown.php index b75613351..a0e07ba68 100644 --- a/include/markdown.php +++ b/include/markdown.php @@ -9,6 +9,7 @@ use Michelf\MarkdownExtra; use League\HTMLToMarkdown\HtmlConverter; use League\HTMLToMarkdown\Environment; use League\HTMLToMarkdown\Converter\ConverterInterface; +use League\HTMLToMarkdown\Converter\TableConverter; use League\HTMLToMarkdown\ElementInterface; require_once("include/oembed.php"); |