mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
Links that come from {@link} or @see without label should be rendered with a monospace font (!plainLink).
#IDEA-372168 Fixed
GitOrigin-RevId: 8040e6b0ea850bc9f043a8a72bb4a5bef8a2739e
6 lines
772 B
HTML
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_ <code></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> |