Last active
June 9, 2017 02:25
-
-
Save yuririn/03b9617355120cff4b58ca064f36772f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//- ごちゃ混ぜ | |
p こんにちは。<br>フロントエンドエンジニアの <strong>かみーゆ</strong> です。 | |
//- =でコンテンツを渡す | |
p= 'こんにちは。フロントエンドエンジニアのかみーゆです。' | |
//- エスケープ | |
p= '段落は<p>タグで囲みます' | |
//- エスケープしたくない | |
p!= '段落は<p>タグで囲みます' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment