- 
    
Bug
 - 
    Resolution: Won't Fix
 - 
    
Low
 - 
    None
 - 
    2.4.1
 
- 
        Severity 3 - Minor
 - 
        
 
When specifying inline-HTML in a markdown file (such as README.md):
<h2 id="bookmark">Bookmark</h2>
The HTML element attribute ID is not rendered as in the following example:
<h2>Bookmark</h2>
This is critical for creating a HTML anchor that references an element in the same document. Such as:
- [Bookmark](#bookmark)
 
- is related to
 - 
                    
BSERV-4532 Link to headers in markdown via anchor tags
- Gathering Interest