sphinx-contrib / emojicodes

An extension to use emoji codes in your Sphinx documentation! 😍
https://sphinxemojicodes.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
50 stars 15 forks source link

How to use it inside table ? #10

Closed Milerius closed 4 years ago

Milerius commented 4 years ago

I try to use emoji inside rst table but i got an error: 'WARNING: Malformed table.'

Peque commented 4 years ago

Please, can you provide a reproducible case? (i.e.: the code that yields that error). :blush:

Milerius commented 4 years ago

Working now sorry, mistake from me

rubenflamshepherd commented 4 years ago

For others that stumble across this, I was having this same issue but was using the semicolon notation (For example: :no_entry:). What worked for me was copying and pasting the actual emoji glyph into my IDE. See example below:

Screen Shot 2020-05-09 at 5 16 32 PM

More specifically, what what missing what my pipes around the semicolon notation (For example: |:no_entry:|). Overlooked when migrating over from MarkDown!