revolunet/sublimetext-markdown-preview

`html_template` per document

Opened this issue · 1 comments

If I specify html_template in user settings it works like a charm, however it doesn't work when I try to override setttings in the current md-file.

---
    settings:
        html_template: path/to/template.html
---

I've found the solution. Just needed specify default template in the user settings.