From 9e36132eeae0a3989382efde97196f3aad793341 Mon Sep 17 00:00:00 2001 From: Martin Koudelka <42440351+v-makoud@users.noreply.github.com> Date: Tue, 18 Dec 2018 17:44:42 +0100 Subject: [PATCH] C53599: Adding break line (#10041) Hello, @rick-anderson, Translator has reported possible source content issue. Please review and merge the suggested proposed file change to avoid this error. If you make related fix in another PR, then share your PR number, so we can confirm and close this PR. Many thanks in advance. --- aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md b/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md index 858ebd3c27..67a09d734e 100644 --- a/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md +++ b/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md @@ -149,6 +149,7 @@ Click **Publish**. Visual Studio publishes your app to Azure. When the deploymen ### Update the app * Edit the *Pages/About.cshtml* Razor page and change its contents. For example, you can modify the paragraph to say "Hello ASP.NET Core!": + [!code-html[About](publish-to-azure-webapp-using-vs/sample/about.cshtml?highlight=9&range=1-9)] * Right-click on the project and select **Publish...** again.