Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diff with Razor language not working #37

Open
lechihuy opened this issue Aug 6, 2022 · 0 comments
Open

Diff with Razor language not working #37

lechihuy opened this issue Aug 6, 2022 · 0 comments

Comments

@lechihuy
Copy link

lechihuy commented Aug 6, 2022

Hi team, I try using Torchlight to highlight a Razor code that using Diff but it's seem not working.

image

```razor
@page
@model IndexModel
@{
    ViewData["Title"] = "Home page";
}

<div class="text-center">
    <h1 class="display-4">Welcome</h1>
    <p>Learn about <a href="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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant