Could txtmark support table parse?
Opened this issue · 5 comments
takkuumi commented
Could txtmark support table parse?
title1 | title2 |
---|---|
1111 | 22222 |
zhenchuan commented
try this branch.
http://conjars.org/com.github.rjeschke/txtmark
<repository>
<id>conjars.org</id>
<url>http://conjars.org/repo</url>
</repository>
lpar commented
How? I don't use Maven and don't see a download link.
efulmo commented
Even 0.14.a-SNAPSHOT build from the suggested repository does not parse tables.
zhenchuan commented
may be you forgot to enable the config
Configuration.builder() .enableParseTable()
efulmo commented
Oh, @zhenchuan you are right, with this additional option tables are processed, but links inside table cells are not processed anymore =(