From dc4a3ee0d05ebb6a7ca55c629780f1795ad5dc0f Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Thu, 28 Sep 2023 10:27:03 +0530 Subject: [PATCH] 848740_UG_live_error : added proper highlight tag. --- File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md b/File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md index f3303c374..a7e98a474 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md @@ -586,7 +586,7 @@ To resolve this issue, we can install the chromium using the docker file and set Docker File:

{% tabs %} -{% highlight} +{% highlight c# tabtitle="C#" %} FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base @@ -612,7 +612,7 @@ Docker File:

Code snippet: -{% highlight} +{% highlight c# tabtitle="C#" %} BlinkConverterSettings settings = new BlinkConverterSettings(); @@ -620,8 +620,6 @@ Code snippet: settings.BlinkPath = @"/usr/lib/chromium/chromium"; - - {% endhighlight %} {% endtabs %}