Remove roff support.
This commit is contained in:
@@ -96,10 +96,6 @@ Gollum.Formats = {
|
||||
ul: Gollum.prefixStrategy('* ', 'Bullet list item', true),
|
||||
ol: Gollum.prefixStrategy('1. ', 'Numbered list item', true)
|
||||
},
|
||||
roff: {
|
||||
bold: Gollum.encloseStrategy('\\fB', 'bold text', '\\fP'),
|
||||
italic: Gollum.encloseStrategy('\\fI', 'italic text', '\\fP')
|
||||
},
|
||||
textile: {
|
||||
bold: Gollum.encloseStrategy('*', 'bold text', '*'),
|
||||
italic: Gollum.encloseStrategy('_', 'italic text', '_'),
|
||||
|
||||
Reference in New Issue
Block a user