hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
244 stars 56 forks source link

Decode HTML Entities - Content Component #163

Closed bearded-avenger closed 10 years ago

bearded-avenger commented 10 years ago

In the content component, if you type out `<h3>whatever</h3>' it's encoding that into html entities. You can fix this in text mode, but isn't ideal. Can we decode these on save maybe?