Remove roff support.

This commit is contained in:
Tom Preston-Werner
2010-07-15 16:15:47 -07:00
parent 004a0b2849
commit 8ea176a16b
3 changed files with 4 additions and 10 deletions
@@ -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', '_'),