From 546872f0089cafd1ffe1d91c515aeaeeff13d668 Mon Sep 17 00:00:00 2001 From: SanLi <2689170096@qq.com> Date: Wed, 8 Jul 2020 21:10:28 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BC=98=E5=8C=96markdown=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/template/freemarker/documentation_md.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/screw-core/src/main/resources/template/freemarker/documentation_md.ftl b/screw-core/src/main/resources/template/freemarker/documentation_md.ftl index af88829..fcd58ea 100644 --- a/screw-core/src/main/resources/template/freemarker/documentation_md.ftl +++ b/screw-core/src/main/resources/template/freemarker/documentation_md.ftl @@ -33,9 +33,9 @@ | 表名 | 说明 | | :-------------------- | :--------- | <#list tables> - <#items as t> - | [${t.tableName!''}](#${t.tableName!''}) | ${t.remarks!''} | - +<#items as t> +| [${t.tableName!''}](#${t.tableName!''}) | ${t.remarks!''} | + <#list tables><#items as t> **表名:** ${t.tableName!''}