-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Search first
- I searched and no similar issues were found
What Happened?
There is a formatting issue when using styling inside a page link alias square brackets, e.g. [**Alias**]([[Page_link]]).
Reproduce the Bug
Note
Tested on https://demo.logseq.com
Testing Sample:
- **Aliasing a URL w/ various MD formatting `(Alias)[https://logseq.com]`**
- `Bold`: [**Alias**](https://logseq.com) ✅
- `Italic`: [*Alias*](https://logseq.com) ✅
- `Strikethrough`: [~~Alias~~](https://logseq.com) ✅
- `Bold & Italic`: [***Alias***](https://logseq.com) ✅
- `Inline Code`: [`Alias`](https://logseq.com) ✅
- Surprisingly it works and is clickable
- **Aliasing a page link w/ various MD formatting `[Alias]([[Page_link]])`**
- `Bold`: [**Alias**]([[Page_link]]) ❌
- `[**Alias**]([[Page_link]])`
-
- `Italic`: [*Alias*]([[Page_link]]) ❌
- `[*Alias*]([[Page_link]])` (same issue when using an `_` instead of `*`)
-
- `Strikethrough`: [~~Alias~~]([[Page_link]]) ❌
- `[~~Alias~~]([[Page_link]])`
-
- `Bold & Italic`: [***Alias***]([[Page_link]]) ❌
- `[***Alias***]([[Page_link]])`
-
- `Inline Code`: [`Alias`]([[Page_link]]) ❓
Expected Behavior
No response
Files
No response
Browser, Desktop or Mobile Platform Information
No response
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)
Metadata
Metadata
Assignees
Labels
No labels