agusmakmun / django-markdown-editor

Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI
GNU General Public License v3.0
823 stars 1.34k forks source link

Emoji url is done #223

Closed junwenwaynepeng closed 12 months ago

junwenwaynepeng commented 12 months ago

Details

Steps to reproduce

In settings.py, both links

MARTOR_MARKDOWN_BASE_EMOJI_URL = 'https://www.webfx.com/tools/emoji-cheat-sheet/graphics/emojis/' # from webfx

MARTOR_MARKDOWN_BASE_EMOJI_URL = 'https://github.githubassets.com/images/icons/emoji/' are no longer alive.

junwenwaynepeng commented 12 months ago

I found I need to comment # MARTOR_MARKDOWN_BASE_EMOJI_URL = '' one line below the above url