-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cardinality error on wiki/blogs/eXist/XQuery31 #81
Comments
Ok, I'm getting somewhere. It looks as though there is some issue with the markdown rendering of codeblocks. So, for the XQuery31 blog, for example, if we reduce it to:
It all goes through. It takes only adding a carriage return after I also tested on another problematic blog post (travisci) and I got the same behaviour. Up to the first codeblock everything works fine. As soon as I insert more content after the codeblock everything falls apart. *I replaced ` with ' for display's sake. |
Also, it is clear that this is now related to this issue, so we should keep either one or the other. |
I have been able to further isolate the issue. I think it's in this line of code. If I hardcode the language to something like 'xquery' or 'yaml' then the rendering takes place (although all the code blocks are white, but hey). I have reverted back to previous versions of |
I think I solved it or at least found the core of the issue. Taking the I also tried with this, to no avail. As far as I can see, this:
does the job.
Shall I open a pull request? |
Sure, I can review your PR. |
Hello,
the https://exist-db.org/exist/apps/wiki/blogs/eXist/XQuery31 link returns an error:
The text was updated successfully, but these errors were encountered: