eksperimental-forks / ex_doc

ExDoc produces HTML and online documentation for Elixir projects
http://elixir-lang.org
Other
0 stars 0 forks source link

Fix inline code that is a link #22

Open eksperimental opened 9 years ago

eksperimental commented 9 years ago

doc/elixir/Regex.html#compile/2

Check the moduledoc for `Regex`

will produce

Check the moduledoc for <a href="Regex.html"><code class="inline">Regex</code></a>

but now we are not seeing the link, because the color gets overriden by .line

i think we should have the link inside code, but still not sure if this is the style we want.