Render descriptions as Markdown

This commit is contained in:
ricola 2025-09-27 18:57:36 +02:00
parent 5fa73da51a
commit 481a643748
10 changed files with 42 additions and 12 deletions

View file

@ -7,7 +7,7 @@
</p>
<p>
<label for="description"><%= _("Description") %></label>
<input type="text" name="description">
<textarea type="text" name="description"></textarea>
</p>
<button type="submit"><%= _("Create new vote") %></button>
</form>