MacDownApp / MacDownApp/macdown
Italic syntax parsing error.
Open
on hold
upstream
- Dominant language
- Rich Text Format
- Stars
- 9.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Sample below
```
_abc: This variable is similar with `_bcd`
```
should be rendered as:
_abc: This variable is similar with `_bcd`
But in MacDown, it was rendered as:
_abc: This variable is similar with `_ bcd` (There is no space before "bcd")
Contributor guide
Research direction
Reproduce the fenced sample in MacDown and compare its output with the expected rendering shown in the issue. Trace the Markdown parsing or rendering entry point responsible for the inserted space, then verify that the sample renders exactly as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100