MacDownApp / MacDownApp/macdown

Bold and Italics Highlighting Bug in Editor

Open
#904 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug upstream
Dominant language
Rich Text Format
Stars
9.8k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

The following lines will highlight incorrectly in the Editor only:

```markdown
***bold italics*** not ***bold italics***
```

However the following will be fine:

```markdown
**bold** not **bold**
```

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the highlighting behavior in the Editor with the provided ***bold italics*** and **bold** Markdown examples. Locate the Editor's Markdown emphasis-highlighting entry point and verify that the fix preserves the working double-asterisk case while correcting the triple-asterisk case.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, objective-c
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.