jonschlinkert / template

Render templates from any engine. Make custom template types, use layouts on pages, partials or any custom template type, custom delimiters, helpers, middleware, routes, loaders, and lots more. Powers Assemble v0.6.0, Verb v0.3.0 and your application.
https://github.com/jonschlinkert
MIT License
52 stars 7 forks source link

Custom Schema Option for Parser #13

Closed dtothefp closed 9 years ago

dtothefp commented 9 years ago

Hey Jon, we are implementing YAML tags into into our YAML files in relation to tagging and transforming for translation. In order to do this we need to be able to pass an option down the dependency tree of parser-front-matter to attach a SCHEMA to the js-yaml parser. Wondering if you guys could offer support in pasrser-front-matter/template/assemble for this or if you could recommend an implementation?

jonschlinkert commented 9 years ago

I think we can close this since it was addressed on assemble (correct?). Please feel free to reopen if this is still something we want to explore