Add markdown support (#115)

This commit is contained in:
Riccardo Graziosi
2022-06-06 20:20:03 +02:00
committed by GitHub
parent 78049a820c
commit 35c427d9f6
12 changed files with 340 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ admin = User.create(
# Create some boards
feature_board = Board.create(
name: 'Feature Requests',
description: 'Let us know about new features you would like to see in our product!',
description: 'This is a **board**! You can create as many as you want from **site settings** and they can be *Markdown formatted*.',
order: 0
)
bug_board = Board.create(