kate reeher-palmer

Results 3 issues of kate reeher-palmer

I think it would be very helpful to allow the use of a YAML-like metadata block. (Or [Multi-Markdown](http://fletcher.github.io/MultiMarkdown-5/metadata.html) style. Or Pandoc. Just something.) YAML-like: ``` --- title: value author: value...

enhancement
needs discussion

I suspect this may be an issue on Windows specifically, based on the stacktrace, but as it's unstated in the Readme what OS are not supported, I figured it was...

I have a handlebars template that looks like so: ``` {{#each thing}} ... bunch of straight forward templating ... {{/each}} {{{formFeed}}} ``` The form feed character is `\f` or https://unicodeplus.com/U+000C...

question