eksperimental-forks / ex_doc

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

code.inline class is missing #8

Closed eksperimental closed 9 years ago

eksperimental commented 9 years ago

They keywords are not getting highlighted.

<p>Returns the value associated with <code class="inline">key</code> in <code class="inline">dict</code>. If <code class="inline">dict</code> does not
contain <code class="inline">key</code>, returns <code class="inline">default</code> (or <code class="inline">nil</code> if not provided).</p>

Make sure we look at it inside the summary, and see if we want the highlighting in there.

Example:

eksperimental commented 9 years ago

closed by https://github.com/elixir-lang/ex_doc/pull/194