Hello hackers, I have noticed there are many docstrings containing Texinfo markup, but when one runs the `,describe` command, one gets the Texinfo markup source, not a render of those Texinfo commands. I wish to write a better `,describe` command that would render Texinfo in a pleasant way. Attached are some procedures I wrote for this purpose. They are far from being complete, but I wish to start a conversion about the topic. I searched for the describe command in the guile source code and found: https://git.savannah.gnu.org/cgit/guile.git/tree/module/system/repl/command.scm#n346 Is that the right place? Also, the code of these files is currently stored in: https://codeberg.org/kakafarm/guile-fancy-describe/ Also also, previous message related to this: https://lists.gnu.org/archive/html/guile-devel/2024-04/msg00015.html