Render descriptions as Markdown

This commit is contained in:
ricola 2025-09-27 18:57:36 +02:00
parent 4593bf2b2a
commit fa1a58bea2
10 changed files with 41 additions and 12 deletions

View file

@ -2,6 +2,11 @@
color: red;
}
textarea {
width: 80em;
height: 20em;
}
<% settings.values.each do |v| %>
.value-<%= v[:id] %> {
background: <%= v[:color] %>;