diff --git a/USAGE_ADVANCED.md b/USAGE_ADVANCED.md
index d8e3caf2..c12c22c6 100644
--- a/USAGE_ADVANCED.md
+++ b/USAGE_ADVANCED.md
@@ -39,8 +39,8 @@ console.log(myMarked('I am using __markdown__.'));
Options
-|Member |Type |Notes |
-|:---------:|:--------:|:---------------------------------------------------------------------------------------------------------------------------:|
+|:Member :|:Type :|:Notes :|
+|:----------|:---------|:----------------------------------------------------------------------------------------------------------------------------|
|highlight |`function`|A function to highlight code blocks. |
|renderer |`object` |An object containing functions to render tokens to HTML. Default: `new Renderer()` |
|pedantic |`boolean` |Conform to obscure parts of `markdown.pl` as much as possible. Don't fix original markdown bugs or behavior. Default: `false`|