Robin Stocker

Results 183 comments of Robin Stocker

Hey @silentbaws. Both places you linked are just in `CustomLinkProcessor`, did you mean to link somewhere else? Do you have an example of what syntax you're trying to parse and...

Happy to reopen if more information is provided. From what I can tell a `PostProcessor` should work for your use case.

Yeah, I agree we should expose the raw YAML somehow. How about just exposing a `String` which is the whole front matter content?

Can you explain a bit more what you mean? What's a literal block?

> Delimiters are detected (confirmed via debugging in the processors) > But the emphasis rendering is not applied to the final rendered output So the resulting `Node` contains the emphasis...

Sorry I haven't had a chance to look at this yet. Could you try to narrow it down? E.g. does 0.17.0 work, etc?

Hi @macchiati! I just wanted to let you know that this is a great idea in general. I've started reading the draft but haven't yet had time to finish it.

You'd want to visit AST nodes for HTML in Markdown (`HtmlBlock`, `HtmlInline`), then parse their `literal` with an HTML parser and either insert the corresponding Markdown AST nodes to render...

Yeah, I wasn't sure if anyone was actually using those. Happy to review a PR to add these if it's not too difficult.

Agreed that this is a bug in play-services-plugins, but I'm happy to add it to at least the core pom to work around it, see: - https://github.com/commonmark/commonmark-java/pull/351