Development discussions (i.e., software architecture and project management) about Antora, the static site generator for making documentation sites based on AsciiDoc.
console.log
tends to emit hundreds or thousands of lines of detail.
====
, you set it to example (technically, this is not a context, but rather a structural container, but here the term is used interchangeably)
After trying a few variations, these few lines appear to do what I’m looking for:
const wrapper = self.createBlock(parent, 'open', [], {})
self.parseContent(wrapper, output.join('\n'))
parent.blocks.push(wrapper)
The next iteration would be to remove the open block, which likely means creating each listing block separately.
include
within is appearing as text, rather than functioning as an include. What would I need to do to achieve that?