0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript11,389 stars (11,389 stars)336 forks (336 forks)batch import
enhancementhelp wanted
Description
It was nice to support GitHub emojis in Markdown preview, like Atom does:

Contributor guide
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- The issue requests adding support for GitHub emojis in the Markdown preview. Look into the markdown rendering component, possibly in the source code under `browser/src/` or `src/`. Check how the current Markdown preview is implemented, and consider using a library like `markdown it emoji` or similar to parse emoji codes. Ensure that the emoji rendering matches the GitHub style. No further context is available as the issue has no comments or linked PRs.