fix: converted single to triple backticks11 (#36238)

This commit is contained in:
Randell Dawson
2019-06-20 13:42:13 -07:00
committed by Tom
parent 397014136e
commit 54d303ce1f
75 changed files with 1673 additions and 1430 deletions

View File

@@ -12,9 +12,10 @@ localeTitle: تعليق كود جافاسكريبت الخاص بك
* سيعلق تعليق slash-star-star-slash كل شيء بين `/*` و `*/` characters:
`/*
This is
a multi-line comment
(comment block)
*/
`
```javascript
/*
This is
a multi-line comment
(comment block)
*/
```