浏览代码

add simple format

visuddhinanda 2 年之前
父节点
当前提交
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];
         }