Skip to content

Commit f613eb4

Browse files
authored
Merge pull request #46831 from v-jerkin/unifiedspeech-slim
terminate code block so it displays correctly
2 parents a0bf7d9 + 1b10014 commit f613eb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/cognitive-services/Bing-Video-Search/tutorial-bing-video-search-single-page-app-source.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: v-gedod
1414

1515
This is the complete source code discussed in the [single-page app tutorial](tutorial-bing-video-search-single-page-app.md) for Bing Video Search. To run the app, copy the source code into Notepad or another text editor and save it as `bing.html`. Then open the saved file in Microsoft Edge or another popular browser.
1616

17-
````html
17+
```html
1818
<!DOCTYPE html>
1919
<!-- saved from url=(0014)about:internet -->
2020
<!-- the above Mark of the Web lets IE run this page in the Internet security zone,
@@ -608,4 +608,5 @@ function doPrevSearchPage() {
608608
</div>
609609

610610
</body>
611-
</html>
611+
</html>
612+
```

0 commit comments

Comments
 (0)