mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
Merge pull request #890 from filaton/fix-userguide
Fix Markdown table syntax
This commit is contained in:
@@ -208,7 +208,7 @@ Specify alignment for each column by adding colons to separator lines:
|
||||
|
||||
```no-highlight
|
||||
First Header | Second Header | Third Header
|
||||
:----------- | :-----------: | -----------:
|
||||
:----------- |:-------------:| -----------:
|
||||
Left | Center | Right
|
||||
Left | Center | Right
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user