nobodywasishere / crystaldoc.info

Crystal Shards API Documentation Hosting
https://crystaldoc.info
MIT License
17 stars 0 forks source link

Bug in rendering doc for lexbor #12

Closed Vici37 closed 10 months ago

Vici37 commented 10 months ago

Hello! Thanks for creating and hosting this fantastic tool :D

I found a page in the lexbor documentation that seems to be rendering incorrectly.

Page: https://crystaldoc.info/github/kostya/lexbor/v3.1.2/Lexbor/Node.html

What I see: image

I'm not seeing any missing css or failed network calls, so not sure what the culprit is.

nobodywasishere commented 10 months ago

Hey! Thank you for reaching out. This bug os known about, and if you switch to the latest nightly version of lexbor it should work. There's a fix for it in the compiler itself here, but I'm not sure when it will be merged

https://github.com/crystal-lang/crystal/pull/13786

Vici37 commented 10 months ago

Aha! So it is :) Thanks for pointing out the master branch version @nobodywasishere! Since it seems there's already a fix, I'll close this Issue.