fix(i18n): wrap semantic elements in <code> tags in intro.json (#56036)

This commit is contained in:
Faiaz Azmain 2024-09-08 11:02:52 -04:00 committed by GitHub
parent a3fdd7b16c
commit a9acedbb67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1730,7 +1730,7 @@
"workshop-blog-page": {
"title": "Build a Cat Blog Page",
"intro": [
"In this workshop, you will learn how to build an HTML only blog page using semantic elements including the main, nav, article and footer elements."
"In this workshop, you will learn how to build an HTML only blog page using semantic elements including the <code>main</code>, <code>nav</code>, <code>article</code> and <code>footer</code> elements."
]
},
"szcd": { "title": "13", "intro": [] },