mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +02:00
Use new Formatter extender
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
use Flarum\Extend;
|
||||
use s9e\TextFormatter\Configurator;
|
||||
|
||||
return [
|
||||
new Extend\FormatterConfiguration(function (Configurator $config) {
|
||||
return (new Extend\Formatter)
|
||||
->configure(function (Configurator $config) {
|
||||
$config->Litedown;
|
||||
}),
|
||||
];
|
||||
});
|
||||
|
Reference in New Issue
Block a user