mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-138063 Support HTML links with fragment references in quick doc
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<html><head><base href="placeholder"> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><PRE>class <b>Test</b>
|
||||
extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE>
|
||||
<a name="section1">section one</a>
|
||||
text
|
||||
<a href="psi_element://Test###section1">link up</a></body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <a name="section1">section one</a>
|
||||
* text
|
||||
* <a href="#section1">link up</a>
|
||||
*/
|
||||
class Test {}
|
||||
Reference in New Issue
Block a user