TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

Scaffold EF Core models using Handlebars templates.
MIT License
210 stars 53 forks source link

Disable HTML Encoding #130

Closed jryutzy closed 4 years ago

jryutzy commented 4 years ago

image

produces this image

How do I disable HTML encoding so i can output quotation marks "? https://github.com/rexm/Handlebars.Net/issues/119

jryutzy commented 4 years ago

never mind found the answer https://stackoverflow.com/questions/20280601/insert-html-in-a-handlebar-template-without-escaping

need a triple bracket to prevent escaping {{{my-helper}}}