mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add markdown support (#115)
This commit is contained in:
committed by
GitHub
parent
78049a820c
commit
35c427d9f6
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user