浏览代码

Enable spotless to fix markdown checkstyle and refactor faq.md as an example (#11384)

Eric Gao 2 年之前
父节点
当前提交
277c78010f
共有 2 个文件被更改,包括 104 次插入63 次删除
  1. 98 63
      docs/docs/en/faq.md
  2. 6 0
      pom.xml

文件差异内容过多而无法显示
+ 98 - 63
docs/docs/en/faq.md


+ 6 - 0
pom.xml

@@ -678,6 +678,12 @@
                             <replacement>project</replacement>
                         </replace>
                     </pom>
+                    <markdown>
+                        <includes>
+                            <include>**/*.md</include>
+                        </includes>
+                        <flexmark />
+                    </markdown>
                 </configuration>
                 <executions>
                     <execution>