Merge pull request #890 from filaton/fix-userguide

Fix Markdown table syntax
This commit is contained in:
Waylan Limberg
2016-04-11 16:31:08 -04:00

View File

@@ -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
```