Robin Stocker

Results 123 comments of Robin Stocker

> I was hoping that commonmark remained Java8 compatible for a bit longer. @aalmiray Why? Still have projects stuck on Java 8? I could consider maintaining 0.21.x versions with bug...

Hi @ijioio. As far as I understand, you're just unhappy with what the `TextContentRenderer` does with paragraphs, right? If it rendered it as follows: ``` foo bar baz ``` You...

@ijioio Also note, you can already change this behavior with existing API via `TextContentRenderer.builder().nodeRendererFactory(myFactory)` and overriding the rendering of `Paragraph` nodes.

@ericbottard Yeah, planning the next release, just some other things I want to get in before that! Will update this issue once it's released.

This has now been released in 0.22.0: https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md#0220---2024-03-15 While it still has limitations when it comes to round-tripping (see release notes above), I think we can close this issue now...

With the `MarkdownRenderer` now merged: - https://github.com/commonmark/commonmark-java/pull/306+ The goal of this issue is now nice and clear: Preserve enough details about links in nodes to be able to render them...

> When using fancy-regex to match this regular expression against a 40-character string, a single iteration takes almost 6 µs if using the normal `Regex.is_match()` interface whereas manually compiling and...

Looks like the upstream issue has been resolved, I think we can close this now?

Hey @fusion2004! Hadn't looked into this yet, but your comment was very helpful. I've looked into it now and I've found a way to do what we need with regex....

Ok, PR is up, have a look please: https://github.com/robinst/taglib-ruby/pull/122