Skip to content

Commit fdf51ab

Browse files
authored
Remove trailing comma in config_schema.json (#279)
1 parent 18c13e0 commit fdf51ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"cssclass": "highlight jumbotron"
108108
},
109109
"tables": null,
110-
"break-on-newline": true,
110+
"break-on-newline": true
111111
},
112112
"description": "[Markdown 2 options](https://github.com/trentm/python-markdown2/wiki/Extras) for the descriptions. `description_is_markdown` must be true for this to have any effect.\n\n**WARNING**\nAdding an extra, even if the value is false, will activate it. For example `{\"break-on-newline\": false}` will activate the `break-on-newline` extra.",
113113
"examples": [

0 commit comments

Comments
 (0)