zig/lib/docs/wasm/markdown
Ian Johnson ad34ed5a63 Autodoc: recognize Markdown links in plain text
This extension to the typical `<>` Markdown autolink syntax allows
HTTP(S) links to be recognized in normal text without being delimited by
`<>`. This is the most natural way to write links in text, so it makes
sense to support it and allow documentation comments to be written in a
more natural way.
2024-03-22 20:53:25 -04:00
..
Document.zig Autodoc: implement Markdown autolinks 2024-03-22 20:03:32 -04:00
Parser.zig Autodoc: recognize Markdown links in plain text 2024-03-22 20:53:25 -04:00
renderer.zig Autodoc: implement Markdown autolinks 2024-03-22 20:03:32 -04:00