2021-08-07

This commit is contained in:
2021-08-07 16:56:47 +09:00
parent 7805f632ef
commit 36099eea84
6 changed files with 168 additions and 1 deletions

15
markdown/build.gradle.kts Normal file
View File

@@ -0,0 +1,15 @@
/*
* Examples for Java
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
plugins {
id("elex-java")
}
dependencies {
implementation("com.vladsch.flexmark:flexmark-all:0.62.2")
}