All other HTML code is displayed correctly except for image
This is my code for form.
<th>Content Type</th>
<td>
<%= f.radio_button(:content_type, 'text') %> Text
<%= f.radio_button(:content_type, 'HTML') %> HTML
</td>
(<img src="/home/prem/Desktop/a.jpg" />)
<% case section.content_type
when 'HTML' %>
<%= raw section.content %>
image の HTML コードの表示に問題があります。画像を除くすべての HTML タグでうまく機能します。回答は大歓迎です