Alexey Nikitin

Results 17 comments of Alexey Nikitin

@0crat waiting

@0crat refuse

@michael-o I've jist updated the description. I think It should work without any exception.

@michael-o Yes, for filebased DBs the same exception

This test works fine with [h2](https://h2database.com/html/main.html) driver

@vsch Cool! I will check it today. Thanks!

@vsch Works correclty! Thanks for the fast response.

@vsch Hi! Reproduced again on a version `0.62.2`, but with other inputs: ```kotlin val raw = TextCollectingVisitor().collectAndGetText( Parser.builder().build().parse("## Hello\n\n## world") ) println(raw) // Helloworld ``` Expected: ``` Hello world ```

Nice!!!