Ray Offiah
Ray Offiah
All makes sense to me. The structure view is the one to go for, as. don't think I've come across any plugins that mess around with the existing project views;...
I would vote for [RR](https://github.com/GuntherRademacher/rr) because it supports EBNF notation, which we already use all over out site. I think the others use a Python-based syntax which might be a...
Right, I see the problem. Just a matter of 'wait and see' then, I think.
I'm not sure of the protocol for this sort of thing, but a temporary fork might be an idea.
Yup, I reckon itβs okay to fork it now.
I've put together an Asciidoctor extension that uses an ordered list to add callouts to a source listing block, without having to add markers to the block. Like this: ```asciidoc...
If you add an extension to your setup: ```javascript require('@asciidoctor/core') module.exports = function (registry) { registry.treeProcessor(function () { const self = this self.process(function (document) { document.findBy({'context': 'olist', 'style': 'calloutlist'}, function...
Looks good to me.
No worries. ππΎ As I said, there is a workaround. π
Interesting. I'm seeing the same behaviour with our longer documents too. https://github.com/user-attachments/assets/764613a8-afcf-4d21-8de2-6db3f6420277 ---- IntelliJ IDEA 2025.1 Beta (Ultimate Edition) Build #IU-251.23774.16, built on March 5, 2025 Source revision: 796c901126120 Licensed...