Git Product home page Git Product logo

Comments (4)

mislav avatar mislav commented on May 18, 2024 2

Ah yes, if you use actual <table> HTML tags, you would need to use <code>:star:</code> instead of backticks. But yes, you should go with Markdown table instead because they are easier to write and maintain. πŸ˜‰

from gemoji.

mislav avatar mislav commented on May 18, 2024 1

Hello @onmyway133. You should definitely be able to use backticks to escape emoji, like shown here:

emoji | alias | description
---|---|---
:star: | `:star:` | it's a star

This gets rendered as:

emoji alias description
⭐ :star: it's a star

What result do you get instead?

from gemoji.

bartonstanley avatar bartonstanley commented on May 18, 2024 1

Based on this post I was able to resolve this in my case by using the hex encoded character entity for zero-width space: ​ In my case the "8)" portion of "(7 & 8)" was being rendered as the "cool" emoji. Inserting a zero-width space between the "8" and the right parenthesis did the trick. Like this: "(7 & 8&#8203;)".

FWIW, this post mentions other characters that might also do the trick. See the comment by davidcondrey.

from gemoji.

onmyway133 avatar onmyway133 commented on May 18, 2024

@mislav Hi, thanks for response. I get :star: (the actual star emoji inside backtick). I use table, tr, td, is that the reason?

I think I'll go with markdown table instead. Thanks πŸ˜„

from gemoji.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.