diff --git a/app/components/lexicon/entry.hbs b/app/components/lexicon/entry.hbs index 11e9e66..ec8712c 100644 --- a/app/components/lexicon/entry.hbs +++ b/app/components/lexicon/entry.hbs @@ -1,3 +1,3 @@

Lexicon Entry

{{@model.id}}: {{@model.lemma}}
-

{{markdown-to-html @model.commentary}}

\ No newline at end of file +

{{{@model.commentary}}}

\ No newline at end of file