From 4a7d3d44dee7706e9fb5ea6f82ff0eb4772e6eb2 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sun, 25 Feb 2018 15:19:15 -0500 Subject: [PATCH] Table alignments --- USAGE_ADVANCED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`|