Skip to content

Commit b659acb

Browse files
committed
fix(cheetsheet): シンタックスハイライトを修正
fix #1215
1 parent 3523b0f commit b659acb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/cheetsheet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ JavaScriptの言語機能に関するチートシートです。
117117
|---------|-------------|-------------|
118118
| `"xxx"` | ダブルクォートの**文字列リテラル**。改行などは`\`と特定の文字を組み合わせたエスケープシーケンスとして表現します。 | [文字列][] |
119119
| `'xxx'` | シングルクォートの**文字列リテラル**`"xxx"`と意味は同じ。 | [文字列][] |
120-
| <code>`xxx`</code> | [ES2015] テンプレート文字列リテラル。改行を含んだ入力が可能 | [文字列][] |
121-
| <i class="s4"></i> <code>`${x}`</code> | [ES2015] テンプレート文字列リテラル中の変数`x`の値を展開する | [文字列][] |
120+
| `` `xxx` `` | [ES2015] テンプレート文字列リテラル。改行を含んだ入力が可能 | [文字列][] |
121+
| <i class="s4"></i> `` `${x}` `` | [ES2015] テンプレート文字列リテラル中の変数`x`の値を展開する | [文字列][] |
122122

123123
### データアクセス {#data-access}
124124

0 commit comments

Comments
 (0)