This issue has been created
There are 3 updates.
 
 
Cristal / cid:jira-generated-image-avatar-9369bb0e-5c15-42c2-b691-669885001224 CRISTAL-418 Open

Bold text around links is not parsed correctly

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-5d2c3677-f3c0-4493-9cf5-eb14abec0403 Manuel Leduc created this issue on 14/Jan/25 10:29
 
Summary: Bold text around links is not parsed correctly
Issue Type: cid:jira-generated-image-avatar-9369bb0e-5c15-42c2-b691-669885001224 Bug
Affects Versions: 0.12
Assignee: Unassigned
Components: Markdown
Created: 14/Jan/25 10:29
Priority: cid:jira-generated-image-static-major-360c66b6-e5a1-4081-9c8e-caed5434a199 Major
Reporter: Manuel Leduc
Description:

When parsing the content below, the ** bold marks are not parsed correctly and are display are raw content when the content contains a link.
Therefore, only the last line is displayed correctly.

Unable to find source-code formatter for language: markdown. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
**bold text with an [[internal|A/B]] link**

**bold text with an [external](https://mleduc.xyz) link**

**bold text with no link**
 
 

3 updates

 
cid:jira-generated-image-avatar-5d2c3677-f3c0-4493-9cf5-eb14abec0403 Changes by Manuel Leduc on 14/Jan/25 10:29
 
Fix Version: 0.14
Description: When parsing the content below, the {{**}} bold marks are not parsed correctly and are display are raw content when the content contains a link.
Therefore, only the last line is displayed correctly.

{code:
markdown none }
**bold text with an [[internal|A/B]] link**

**bold text with an [external](https://mleduc.xyz) link**

**bold text with no link**
{code}
Assignee: Manuel Leduc