groue / GRMustache.swift

Flexible Mustache templates for Swift
http://mustache.github.com/
MIT License
597 stars 155 forks source link

Retrieving NSAttributedString objects instead of NSString objects #19

Closed kenjitayama closed 8 years ago

kenjitayama commented 8 years ago

Same feature request as in issue https://github.com/groue/GRMustache/issues/60 , for the Objective-C version. I'd like to write Value Filters that return NSAttributedString, and the rendering result in NSAttributedString. Has the situation changed in the Swift version?

groue commented 8 years ago

Thanks for asking! And... no, not at all. I'll keep GRMustache focused on producing strings, and NSHTMLTextDocumentType is still your friend.