简体   繁体   中英

Java template engine for Markdown

I am looking for options for parsing markdown template (with placeholders) ,inject data create a concrete markdown document (ex -thymeleaf for html). Are there any Java libraries to achieve this? One option is to read the markdown template as a String and replace placeholders problematically but I am looking for more clean solution.

I found that "commonmark-java" and "flexmark-java" are capable of parsing markdown but not template engines.

我决定继续使用百里香 (文本模板)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM