fix: converted single to triple backticks5 (#36232)

This commit is contained in:
Randell Dawson
2019-06-20 14:14:23 -07:00
committed by Tom
parent 63a0fa745b
commit fce8901c56
75 changed files with 1299 additions and 1139 deletions

View File

@@ -8,11 +8,12 @@ localeTitle: قواعد بيانات مخزن المستندات
على سبيل المثال ، يمكن أن يكون لدينا الكائن التالي داخل الكود الخاص بنا.
`{
"name": "freeCodeCamp",
"job": "contributor"
}
`
```json
{
"name": "freeCodeCamp",
"job": "contributor"
}
```
يمكن كتابة هذا الكائن بأكمله مباشرة في قاعدة بيانات مخزن المستندات بدون تحليل إضافي.