rjeschke/txtmark

Could txtmark support table parse?

Opened this issue · 5 comments

Could txtmark support table parse?

title1 title2
1111 22222

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.

Even 0.14.a-SNAPSHOT build from the suggested repository does not parse tables.

may be you forgot to enable the config

Configuration.builder() .enableParseTable()

Oh, @zhenchuan you are right, with this additional option tables are processed, but links inside table cells are not processed anymore =(