Vojtech Kral
Vojtech Kral
Hi. I would recommend doing this using a syntax extension, like this ```md # song1 ## band 2 ``` See the [Custom Extensions](https://bard.md/book/extensions) documentation on how to do this. Wdyt?
> But I also think this is something that should be defined in the default template. I mean, maybe, it's easy to overcomplicate it. I had similar feelings about time...
Hi, I also just noticed this issue. Checking `ZLIB_VERNUM` is not enough in situation where one builds on a recent Mac OS but wants to target older ones with older...
Thanks!
> forcing people to do things a certain way is kind of messed up.....give your users options instead of taking them away The USB serial feature was kind of messed...
From technical standpoint, I don't think the USB Sender GUI was ever re-written from Perl. There are also some problems in the C++ part, it doesn't build against new versions...
> But I just remembered that the printer resets when you first open the serial port, and I haven't figured out a way to prevent that. You can't prevent that,...
It looks like when I _don't_ detach the task, the `drop()` is only run _sometimes_. I'm quite confused. Looks like I have to `.cacnel().await`, then it runs the dtor for...
Ah, okay. I can PR the docs change for `.detach()` if you'd like...
Hmm. We don't have log for that do we?