Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Low
-
Resolution: Won't Fix
-
Affects Version/s: 2.4.1
-
Fix Version/s: None
-
Component/s: Rendering - Markdown Syntax
-
Labels:
-
Symptom Severity:Severity 3 - Minor
-
Bug Fix Policy:
Description
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)
Attachments
Issue Links
- is related to
-
BSERV-4532 Link to headers in markdown via anchor tags
- Gathering Interest