Guides/MVC-Integration/Phase-II-Draft.md
... ...
@@ -268,7 +268,7 @@ namespace Sample_MVCApp.Controllers {
268 268
269 269
**d.** Copy and paste the below code to corresponding file
270 270
271
-'''html
271
+```html
272 272
273 273
@model Sample_MVCApp.Models.User
274 274
... ...
@@ -304,7 +304,7 @@ namespace Sample_MVCApp.Controllers {
304 304
@section Scripts {
305 305
@Scripts.Render("~/bundles/jqueryval")
306 306
}
307
-'''
307
+```
308 308
### Step 7. Add user role model
309 309
310 310
... ...
\ No newline at end of file