feat: use freemarker to render markdown

This commit is contained in:
vran
2021-12-30 12:36:19 +08:00
parent 5c518ba088
commit 75a5412c2b
9 changed files with 149 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
dependencies {
implementation 'mysql:mysql-connector-java:8.0.27'
implementation 'commons-io:commons-io:2.11.0'
testImplementation 'mysql:mysql-connector-java:8.0.27'
implementation 'org.commonmark:commonmark:0.18.1'
implementation 'org.freemarker:freemarker:2.3.31'
}