Hi all, me again, with another autodoc question (#3 I think ^^).
Back in the days, Zig 0.11 I guess, you were able to include whole markdown files which would then be rendered into autodocs, via the !zig-autodoc-guide
special comment.
Is that still a thing? The special comment doesn’t seem to work anymore with Zig 0.14 / 0.15 master. I can easily include additional resources such as markdown files into the output directory of the docs via the build system. I can also link them in for example doc comments, but those would not get rendered, just shown as plain text. Which looks… not so nice in the browser