IDEA-138063 Support HTML links with fragment references in quick doc

This commit is contained in:
Dmitry Batrak
2015-05-19 13:26:06 +03:00
parent dc2b0581e2
commit f7ecb8a5f7
7 changed files with 86 additions and 10 deletions
@@ -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 {}