readthedocs / actions

GitHub Actions for Read the Docs
MIT License
33 stars 10 forks source link

`books` emoji doesn't seem to render when added by the bot #34

Closed egeakman closed 8 months ago

egeakman commented 9 months ago

I've noticed the issue at python/docs-community#92, but it seems that other repos are affected as well.

When you type in :books: manually, it gets rendered: image

Adding a space in the first emoji fixes the second emoji: image

Using the emoji (📚) directly rather than using its name (:books:) might fix it!

Also, should these be concerning? image

humitos commented 8 months ago

Hi! Thanks for the report. @egeakman @pjonsson Would you mind overwriting message-template variable in your YAML file with the text that makes the emoji to render correctly?

pjonsson commented 8 months ago

Hi! Thanks for the report. @egeakman @pjonsson Would you mind overwriting message-template variable in your YAML file with the text that makes the emoji to render correctly?

https://github.com/pjonsson/datacube-explorer/pull/3/files shows what I merged, and then I made https://github.com/pjonsson/datacube-explorer/pull/4 after that was merged.

Attaching a screenshot of the result, the first books emoji is written with colons, the second/third books use the symbol directly. image