mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-138063 Support HTML links with fragment references in quick doc
This commit is contained in:
@@ -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