tweecode / twine

UI for creating hypertext stories
http://twinery.org
657 stars 97 forks source link

Refactoring of toHtml code #137

Closed mthuurne closed 10 years ago

mthuurne commented 10 years ago

I originally started this branch with the intention of adding an encoding function to convert straight quotes into curly quotes. But after thinking it over, I concluded that that substitution would better be done at runtime instead of at compile time. However, I think the changes are useful anyway.