in-word italic/bold only rendered in editing mode, not in view mode
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 659
- Forks
- 133
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 110
Description
Describe the bug
frame*(work)* will be rendered correctly in Edit mode, so that (work) is italic, while 'frame' stays normal. But when going to View mode, frame*(work)* get's displayed instead.
Apparently here the problem is the same, so I can't really show a good example here.
To Reproduce
Steps to reproduce the behavior:
- Type frame*(work)*
- Enter View mode
- See bug
| Edit mode | View mode |
|---|---|
Expected behavior
Render also in View mode
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the report. Reproduce the issue by entering frame*(work)* in Edit mode and switching to View mode, then trace the view-mode rendering path for inline emphasis. Done means the same text renders with only “work” italic in View mode as it does in Edit mode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, markdown
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100