Bug 498584 - [Markdown] Links embedded within formatting are not recognized.
Summary: [Markdown] Links embedded within formatting are not recognized.
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 2.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.0   Edit
Assignee: Alexander Nyßen CLA
QA Contact: David Green CLA
URL:
Whiteboard:
Keywords:
Depends on: 498552
Blocks: 498439
  Show dependency tree
 
Reported: 2016-07-27 10:40 EDT by Alexander Nyßen CLA
Modified: 2017-02-09 02:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Nyßen CLA 2016-07-27 10:40:17 EDT
Translating the Markdown input line

'Some text with an embedded anchor to **[Header2](#Header-2 \"Header2 Title\")**.'

leads to the HTML output

'Some text with an embedded anchor to <strong>[Header2](#Header-2 "Header2 Title")</strong>'

i.e. the embedded link is not recognized because of the '**' formatting, in which it is embedded.
Comment 1 Alexander Nyßen CLA 2016-07-29 01:07:45 EDT
I will upload a fix for it to Gerrit, as soon as my contribution to bug #498552 has been accepted (I need to extend the same test case further).
Comment 2 David Green CLA 2016-10-28 13:59:57 EDT
Thanks Alexander.
Comment 3 Eclipse Genie CLA 2017-01-03 14:06:54 EST
New Gerrit change created: https://git.eclipse.org/r/87961
Comment 4 Alexander Nyßen CLA 2017-01-23 10:16:25 EST
Could we merge the related changes? The review was successful and this now on hold for three weeks...
Comment 6 Alexander Nyßen CLA 2017-02-09 02:22:35 EST
Thanks for taking care, David.