Preface: I searched Discourse, but the existing threads all had dead links. (e.g. Using minimo theme)
I would like to be able to show the first ~N lines of a given source code snippet. If the code block is longer than that, I would like the remainder to be folded, to improve linear readability of articles which contain e.g. a single large code block and then discuss it.
Are there any ready-made ways to do this? I’m using the beautifulhugo theme, and it has some useful support for a {{< details >}}
block that is expandable, but it hides ALL of the content until expanded – I’d like something that shows the first N lines with some kind of fade-out perhaps.