Skip to content

Instantly share code, notes, and snippets.

@yuririn
Last active June 9, 2017 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuririn/03b9617355120cff4b58ca064f36772f to your computer and use it in GitHub Desktop.
Save yuririn/03b9617355120cff4b58ca064f36772f to your computer and use it in GitHub Desktop.
//- ごちゃ混ぜ
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