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.
Emojis in Markdown preview · onivim/oni#1654 | Good First Issue