You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create an extension that processes links. Kibana's complex links with search criteria is of interest. Something within Asciidoctor's parser breaks the links. Some brackets disappear, for example. So, I have to use passthrough. And therefore I'm getting placeholders in my InlineMacroProcessor. Is it possible go get to the initial content there?
I'm using 2.5.13 release.
The text was updated successfully, but these errors were encountered:
Please check in the user forum at https://asciidoctor.zulipchat.com.
Without any further context I would suspect that you would need to url encode your query string though.
Yes, for the links I can workaround by url encoding them. But if to abstract from the links, is it possible to get original content of a passthrough in converter or in processor extension? I thought that we have passthroughs to have fragments that are not to be parsed. But why can't we access them during conversion? What prevents them to be an end-leaf node in AST?
I would like to create an extension that processes links. Kibana's complex links with search criteria is of interest. Something within Asciidoctor's parser breaks the links. Some brackets disappear, for example. So, I have to use passthrough. And therefore I'm getting placeholders in my InlineMacroProcessor. Is it possible go get to the initial content there?
I'm using 2.5.13 release.
The text was updated successfully, but these errors were encountered: