Level 88
Not all markdown editors support tables! Currently Laracasts doesn't support this.
See this list for what is supported: https://help.github.com/articles/basic-writing-and-formatting-syntax/
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
another try
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
Not all markdown editors support tables! Currently Laracasts doesn't support this.
See this list for what is supported: https://help.github.com/articles/basic-writing-and-formatting-syntax/
Please or to participate in this conversation.