todo
task
For example, the current output is:
foo-task: This one line.
This is another line.
But it'd be cool if the output was instead
foo-task: This one line.
This is another line.
or even
This one line.
foo-task: This is another line.
This is yet another line!
for docstrings of more than 2 lines.
I also just got a follow up idea too where I can also add a LaTeX (.texi) mapper, so that Guile technical documentation is pretty rendered on CLI (and you can still use Guile Documenta to render too)maak-454