Files
Mathiasandintellij-monorepo-bot ffabbafe0b IDEA-382919 Javadoc: Improve the rendering of Markdown comments (test files)
This commit is separated to reduce the noise during review.

GitOrigin-RevId: 829358f891896dc628446727d2e335eff5262819
2026-01-07 11:56:07 +00:00

6 lines
774 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><p>end of broken code span`</p></div><table class='sections'><p></table>