Kaynağa Gözat

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

Eric Gao 2 yıl önce
ebeveyn
işleme
277c78010f
2 değiştirilmiş dosya ile 104 ekleme ve 63 silme
  1. 98 63
      docs/docs/en/faq.md
  2. 6 0
      pom.xml

Dosya farkı çok büyük olduğundan ihmal edildi
+ 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>