Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf
2016-10-12 22:22:36 +08:00
+1 -1
View File
@@ -899,7 +899,7 @@ String.raw({ raw: ['t','e','s','t'] }, 0, 1, 2);
前面提到标签模板里面,可以内嵌其他语言。但是,模板字符串默认会将字符串转义,因此导致了无法嵌入其他语言。
举例来说,在标签模板里面可以入Latex语言。
举例来说,在标签模板里面可以入Latex语言。
```javascript
function latex(strings) {