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