visuddhinanda 2 лет назад
Родитель
Сommit
153951844f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Console/Commands/TestMdRender.php

+ 1 - 1
app/Console/Commands/TestMdRender.php

@@ -123,7 +123,7 @@ class TestMdRender extends Command
 
         $format = $this->option('format');
         if(empty($format)){
-            $formats = ['react','unity','text','tex','html'];
+            $formats = ['react','unity','text','tex','html','simple'];
         }else{
             $formats = [$format];
         }