How do I enable smilies in 'markdown' flavor?


#1

I tried looking at the extensions spec here and entered some different things in the File Properties,YAML tab, but I can’t get smilies to work. What is the exact YAML I need to get smilies to work?

My YAML is currently:

markdown: null
extensions:
  emoji: shortcuts:true

I get no error but I get no smilies either in the Stackedit preview pane. Smilies do not appear in the “published” HTML either via the browser.

My test HTML document: https://www.dropbox.com/s/lzeuf8pqrh10luq/Temp2019.md.html?dl=0

Thanks.


#2

Try it in this format

emoji:
  enabled: true
  shortcuts: true