nhsuk / betahealth

Rendering application for beta symptom and condition pages
https://beta.nhs.uk
MIT License
2 stars 8 forks source link

Markdown custom containers #233

Closed tyom closed 7 years ago

tyom commented 7 years ago

We use MarkdownIt Containers extension to create custom filters in MD documents which are expanded into custom fragments with custom HTML wrappers.

This PR moves HTML out of JS and makes use of Nunjucks. It also allows to pass key/value parameters to template to set additional context.

Trello card