jeffreytse/jekyll-spaceship

[question] how to reserve the spaces between emoji?

オープン

#91 opened on 2023/07/11

 (6 件のコメント) (1 件のリアクション) (1 人の担当者)Ruby (74 件のフォーク)github user discovery
buggood first issueverified

Repository metrics

Stars
 (669 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド