No longer handle markdown in the lexical entry (backend does it)

This commit is contained in:
Leonard Smith 2021-05-19 06:49:43 -05:00
parent eedfdae593
commit d861a6a470
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<h4>Lexicon Entry</h4>
<h5>{{@model.id}}: {{@model.lemma}}</h5>
<p>{{markdown-to-html @model.commentary}}</p>
<p>{{{@model.commentary}}}</p>