visuddhinanda před 2 roky
rodič
revize
153951844f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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];
         }