On Tue, Feb 11, 2025, 9:51 AM Markus Armbruster wrote:
> John Snow writes:
>
> > The code as written can't handle if a header isn't found and will crash,
> > because `node` will be uninitialized. If we don't have a section title,
> > create a generic block to insert text into instead.
>
> Sugges
John Snow writes:
> The code as written can't handle if a header isn't found and will crash,
> because `node` will be uninitialized. If we don't have a section title,
> create a generic block to insert text into instead.
Suggest to show input that makes it crash. Something like
The code as w