Handlebars-Net/Handlebars.Net

Initializing an EncodedTextWriter

magikarup opened this issue · 0 comments

How do I properly initialize/ create an instance of an EncodedTextWriter?
I need to do so for a custom Markdown helper.
When I create one using new EncodedTextWriter(), the encoding is null, which means I can't use it when trying to apply a template.
Best regards, and thank you in advance