We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
joamag
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: