From d861a6a470dcd2ccd0e742b08fba20ef0a4df259 Mon Sep 17 00:00:00 2001 From: Leonard Smith Date: Wed, 19 May 2021 06:49:43 -0500 Subject: [PATCH] No longer handle markdown in the lexical entry (backend does it) --- app/components/lexicon/entry.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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