Open joamag opened 8 years ago
It may be relevant to be able to define certain templates as markdown files that are processes and the HTML code is emitted.
Important use cases include the job posting for Hive Solutions and the blog for Hive Solutions.
It should be easy to implement this feature by using the filter based implementation as a reference. https://github.com/hivesolutions/appier_extras/blob/master/src/appier_extras/parts/admin/part.py#L156
Description
It may be relevant to be able to define certain templates as markdown files that are processes and the HTML code is emitted.
Important use cases include the job posting for Hive Solutions and the blog for Hive Solutions.
Implementation
It should be easy to implement this feature by using the filter based implementation as a reference. https://github.com/hivesolutions/appier_extras/blob/master/src/appier_extras/parts/admin/part.py#L156