markdown table support? #301

Closed
opened 2026-02-04 18:21:39 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @zhangchengshan on GitHub (Mar 25, 2017).

For Feature Requests

bookstack can support table with '|--|--|' style?

For Bug Reports

  • BookStack Version:0.15.2
  • PHP Version:7.0.12
  • MySQL Version:5.6
Originally created by @zhangchengshan on GitHub (Mar 25, 2017). ### For Feature Requests bookstack can support table with '|--|--|' style? ### For Bug Reports * BookStack Version:0.15.2 * PHP Version:7.0.12 * MySQL Version:5.6
Author
Owner

@juniorrocha commented on GitHub (Feb 8, 2019):

Yes, bookstack already support table, example:

key | value
|:--:|:----:|
|a|1|

The coluns able to align text.
In the example above, the text will be centralized.
If you want to align to left, use: |:-| and right: |-:|

Simple like that!

@juniorrocha commented on GitHub (Feb 8, 2019): Yes, bookstack already support table, example: ``` key | value |:--:|:----:| |a|1| ``` The coluns able to align text. In the example above, the text will be centralized. If you want to align to left, use: |:-| and right: |-:| Simple like that!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#301