# markdown-love-html
**Repository Path**: daimafans/markdown-love-html
## Basic Information
- **Project Name**: markdown-love-html
- **Description**: markdown and html bidirectional parser.
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2015-11-27
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## markdown-love-html
a markdown and html bidirectional parser.
解释一下,做这个工程,主要是因为Markdown4j太好用了,我是一个Markdown的死忠,但是在使用的过程中,发现还是有不少BUG和不方便的地方的,又但是Markdown4j的作者好像已经不更新了。
接下来,我将完成Markdown4j未完成的特性支持。
另外,计划完成HTML解析为Markdown的特性,哇喔~
文档,和单元测试,在整理中……
没有使用maven或者其他方式构建,还是考虑到有的小伙伴不会用。然而会用的小伙伴,也不会介意的吧,转一下,分分钟的事情。
感谢[Txtmark](https://github.com/rjeschke/txtmark)。