jeffreytse/jekyll-spaceship

[question] how to reserve the spaces between emoji?

Aperta

#91 aperta il 11 lug 2023

 (6 commenti) (1 reazione) (1 assegnatario)Ruby (74 fork)github user discovery
buggood first issueverified

Metriche repository

Star
 (669 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor