remove unneeded trailing comma (haters gonna hate)
This commit is contained in:
@@ -64,7 +64,7 @@ Gollum.Formats = {
|
||||
},
|
||||
gollum: {
|
||||
link: Gollum.encloseStrategy('[[', 'Page Name', ']]'),
|
||||
image: Gollum.encloseStrategy('[[', '/path/to/image.png', ']]'),
|
||||
image: Gollum.encloseStrategy('[[', '/path/to/image.png', ']]')
|
||||
},
|
||||
markdown: {
|
||||
bold: Gollum.encloseStrategy('**', 'bold text', '**'),
|
||||
|
||||
Reference in New Issue
Block a user