jeffreytse/jekyll-spaceship

[question] how to reserve the spaces between emoji?

Open

#91 opened on Jul 11, 2023

View on GitHub
 (6 comments) (1 reaction) (1 assignee)Ruby (73 forks)github user discovery
buggood first issueverified

Repository metrics

Stars
 (671 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello world! :smile: This is a test.

Acutual Behaviour

 <p>Hello world!<img class="emoji" title=":smile:" alt=":smile:" raw="😄" src="https://github.githubassets.com/images/icons/emoji/unicode/1f604.png" style="vertical-align: middle; display: inline; max-width: 1em; visibility: hidden;" onload="this.style.visibility='visible'" onerror="this.replaceWith(this.getAttribute('raw'))">This is a test.</p>

Screenshot from 2023-07-12 05-03-25

Expected

 <p>Hello world! <img class="emoji" title=":smile:" alt=":smile:" raw="😄" src="https://github.githubassets.com/images/icons/emoji/unicode/1f604.png" style="vertical-align: middle; display: inline; max-width: 1em; visibility: hidden;" onload="this.style.visibility='visible'" onerror="this.replaceWith(this.getAttribute('raw'))"> This is a test.</p>

Screenshot from 2023-07-12 05-03-47

Contributor guide