toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.5k stars 259 forks source link

Update README.md #488

Closed vdurante closed 1 year ago

jzabroski commented 2 years ago

@vdurante Thanks for the suggestion. OUr readme.md is actually generated via readme.source.md and auto-regenerated on build via MarkdownSnippets.MsBuild reference in the tests project:

https://github.com/toddams/RazorLight/blob/eb2c557ca62389f487b0f46a46d9eeb78e1babd4/tests/RazorLight.Tests/RazorLight.Tests.csproj#L37

Could you please update that instead, build the project, and then check in both files as part of your commit?

vdurante commented 2 years ago

@jzabroski apparently it looks correct on the readme.source.md. I will try to build it later, thanks!