Files
openide/java/java-tests/testData/codeInsight/javadocIG/markdownInlineCodeBlock.html
Louis Vignier d2c974c282 [javadoc] Fix label for links
Links that come from {@link} or @see without label should be rendered with a monospace font (!plainLink).

#IDEA-372168 Fixed

GitOrigin-RevId: 8040e6b0ea850bc9f043a8a72bb4a5bef8a2739e
2025-06-13 15:12:12 +00:00

6 lines
772 B
HTML

<html><head><base href="placeholder"></head><body><div class='definition'><pre><span style="color:#000080;font-weight:bold;">class</span> <span style="color:#000000;">MarkdownCodeBlock</span></pre></div><div class='content'><p>Single liner code block:
<code><span style="">Hello world</span></code></p><p>No tags are interpreted inside them
<code><span style="">{@link java.lang.String niceLink}</span></code></p><p>No markdown markup is interpreted inside them
<code><span style="">_Hello_ &lt;code&gt;</span></code></p><p>Code span inside a link
<a href="psi_element://java.lang.String">my text with <code>a code span</code>!</a></p><p>This is a broken inline code span
`Start of broken code span</p>end of broken code span`</div><table class='sections'><p></table>