Browse Source

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

Eric Gao 2 years ago
parent
commit
277c78010f
2 changed files with 104 additions and 63 deletions
  1. 98 63
      docs/docs/en/faq.md
  2. 6 0
      pom.xml

File diff suppressed because it is too large
+ 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>