Is there any news on this ticket? Or a work around...
# dokka
s
Is there any news on this ticket? Or a work around? All code examples, and code fences are currently broken in Arrow when upgrading to Dokka 1.5.0 https://github.com/Kotlin/dokka/issues/1653
Manually re-adding the code fences also fixes the Jekyll output when spinning it up as a server
Okay, found an open PR that fixes this but seeing the amount of open PRs I think I’ll have to roll back to
0.10.x
for now. Although I also have to roll back other changes then like upgrading Gradle and supporting JDK 16 😞
m
It fixes jekyll since they share mostly the same renderer. For now i recommend using HTML, since making it “stable” is our priority right now
s
We’ve been using Dokka Jekyll output for several years now. Moving to HTML is not a possibility 😞 There are also some other tools that we run on top of the Jekyll output, which I was trying to build as a Dokka plugin but that’s also blocked for the time being.
It fixes jekyll since they share mostly the same renderer.
Any ETA?
Thanks for the fast reply 👍
m
Right now there is no ETA, since we mostly work on HTML/ dokka’s core
s
Damn, that’s too bad 😕 Guess Arrow will be stuck on 0.10.x for a long time. Thanks for the info.
Will rollback Dokka
1.5.0
to
0.10.x
then.