Vladimir Kharlampidi
Vladimir Kharlampidi
I think i will better add an option to make them as same routes
@ZanderBrown will probably implement/merge it but as opt-in only because its performance is very poor
Rewriting all font sizes to `em` doesn't seem a good option for me. Will take a look what can be done here
Yes right, the both versions will be great, you can make some var in configuration, something like "captionsFromRel : true". By the way the "rel" attribute is already obsolete in...
Not necessary as these comment don't affect anything
Yes, but anyway it is still doesn't affect anything :) PR is welcome if it bothers you
I am not sure did you really test it with Template7, because each of _output_ is not what you get in Template7: ``` You write: 'alert(1)' -> Empty string But...
Ok, type in browser console: ``` Template7.compile('{{text}}')({text:'alert(1)'}); ``` You will not see empty string as you wrote
This is a different. Template7 doesn't do any escaping like Handlebars. If you need it, you may use `encode` helper which is released in latest version, like `{{encode text}}`
Maybe, but if i add it now, it could bring a lot of breaking changes in existing apps and issues for all who use it like it is now