mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
Introduce the DOC_MARKDOWN_REFERENCE_LABEL container element to support complex labels (comment data + inline code). #IDEA-364475 Fixed GitOrigin-RevId: a04680040c38223b88c63fd8df19be1c9593923c
6 lines
808 B
HTML
6 lines
808 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"><span style="color:#0000ff;">my text with <code>a code span</code>!</span></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> |