Antaris/RazorEngine

Image doesn't render

Opened this issue · 1 comments

zsong commented

Template has something like this

<img src="@String.Format(@"data:image;base64,{0}", Model.ImageInBase64String)" alt="logo" />

Compile() doesn't render image.

Just a guess, really - you might have to escape the second "@" somehow.