You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, I try using Torchlight to highlight a Razor code that using Diff but it's seem not working.
```razor
@page@model IndexModel@{ViewData["Title"] ="Home page";
}
<divclass="text-center">
<h1class="display-4">Welcome</h1>
<p>Learn about <ahref="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p> // [tl! --]
<p>Hello, world! The time on the server is @DateTime.Now</p> // [tl! ++]
</div>
I hope Torchlight team fix it help me. Thanks so much.
The text was updated successfully, but these errors were encountered:
Hi team, I try using Torchlight to highlight a Razor code that using Diff but it's seem not working.
I hope Torchlight team fix it help me. Thanks so much.
The text was updated successfully, but these errors were encountered: