Browse Source

add simple format

visuddhinanda 2 years ago
parent
commit
153951844f
1 changed files with 1 additions and 1 deletions
  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');
         $format = $this->option('format');
         if(empty($format)){
         if(empty($format)){
-            $formats = ['react','unity','text','tex','html'];
+            $formats = ['react','unity','text','tex','html','simple'];
         }else{
         }else{
             $formats = [$format];
             $formats = [$format];
         }
         }