Render [[Example]] links as links to the collection search

This commit is contained in:
Claudio Ortolina
2025-09-13 15:35:02 +03:00
parent 4314ed6cfc
commit ecb830b2fd
3 changed files with 49 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
defmodule MusicLibraryWeb.MarkdownTest do
use ExUnit.Case, async: true
doctest MusicLibraryWeb.Markdown
end