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
So it looks like this is happening in the Markdown Renderer that's doing plain string replace which isn't going to work for selective searching. I think this will require loading the content into HtmlAgility pack after rendering and look at links explicitly. I suspect we'll need this anyway for link parsing.
Not good though - this is slow.
Also looking at the renderer I wonder if you should be caching the Markdown Parser build pipeline.
Moving one of my Help Builder repos over to Kava Docs and one of the topics has hard coded Web image URLs like this:
When this renders it ends up getting fixed up as if it were a relative file link:
Note the
raw.githubusercontent.com
bits which shouldn't be applied to anyhttp://
orhttps://
links.The text was updated successfully, but these errors were encountered: