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,6 @@
/**
* <a name="section1">section one</a>
* text
* <a href="#section1">link up</a>
*/
class Test {}