jdiamond / Nustache

Logic-less templates for .NET
MIT License
596 stars 125 forks source link

Emoji support #112

Closed digitalgym closed 8 years ago

digitalgym commented 8 years ago

Is the a way to stop emoji characters from being escaped when used in parameter?

Romanx commented 8 years ago

Hi there,

We implement the mustache spec which can be found here. By default all variables are HTML escaped, to return un-escaped use triple mustaches {{{variable}}}.

Thanks!