I want to use concepts from pankat for a tool in education.
Requirements:
- content is written as markdown and stored in files but the webserver creates html from it, on the fly, when a client visits the document
- At some places in the article, using a special syntax [[!input 13]] the html generator will then create an input form field with an submit button, where a student can enter his answer. The answer is then written to the database on submit.
How would I solve these issues in Elm?