fix: converted single to triple backticks8 (#36235)

This commit is contained in:
Randell Dawson
2019-06-20 13:45:47 -07:00
committed by Tom
parent 54d303ce1f
commit 8f67cfa4d6
75 changed files with 1225 additions and 1125 deletions

View File

@@ -29,9 +29,9 @@ top - محاذاة الصورة إلى الأعلى
يمكننا أيضًا التوفيق في اليمين إذا أردنا:
`
<p>This is another example<img src="image.png" alt="Image" align="right"></p>
`
```html
<p>This is another example<img src="image.png" alt="Image" align="right"></p>
```
**يرجى ملاحظة أن سمة align غير مدعومة في HTML5 ، ويجب عليك استخدام CSS بدلاً من ذلك. ومع ذلك ، لا تزال مدعومة من جميع المتصفحات الرئيسية.**