Parcourir la source

add simple format

visuddhinanda il y a 2 ans
Parent
commit
153951844f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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];
         }