Users should be able to input their model descriptions in Markdown. This will open up a wealth of opportunities for templatetags (hidden sections, internal references).
Note that, due to our usage of Bulma, all rendered Markdown will have to be wrapped in a <div class="content"> unless the markdown library allows us to override header classes.
Users should be able to input their model descriptions in Markdown. This will open up a wealth of opportunities for templatetags (hidden sections, internal references).
Note that, due to our usage of Bulma, all rendered Markdown will have to be wrapped in a
<div class="content">
unless the markdown library allows us to override header classes.