Skip to content

Commit

Permalink
Support Textile '@' directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dale authored and Charles Jolley committed Jan 14, 2010
1 parent ffc3ab4 commit b1d9187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc_templates/sproutcore/publish.js
Expand Up @@ -13,7 +13,8 @@ function superTextile(s) {
['\\+', '\\+', 'ins'], //fixed
['~', '~', 'sub'],
['\\^', '\\^', 'sup'], // me
['{{{', '}}}', 'code']];
['{{{', '}}}', 'code'],
['@', '@', 'code']];

for (var i=0;i<qtags.length;i++) {
var ttag_o = qtags[i][0], ttag_c = qtags[i][1], htag = qtags[i][2];
Expand Down

0 comments on commit b1d9187

Please sign in to comment.