Skip to content

Commit ed90067

Browse files
authored
Merge pull request #8 from CTPUG/fix_textile
Textile set changes
2 parents 68e17b8 + 8811764 commit ed90067

File tree

1 file changed

+4
-4
lines changed
  • markitup/static/markitup/sets/textile

1 file changed

+4
-4
lines changed

markitup/static/markitup/sets/textile/set.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ mySettings = {
2626
{name:'Stroke through', key:'S', closeWith:'-', openWith:'-'},
2727
{separator:'---------------' },
2828
{name:'Bulleted list', openWith:'(!(* |!|*)!)'},
29-
{name:'Numeric list', openWith:'(!(# |!|#)!)'},
29+
{name:'Numeric list', openWith:'(!(# |!|#)!)'},
3030
{separator:'---------------' },
31-
{name:'Picture', replaceWith:'![![Source:!:http://]!]([![Alternative text]!])!'},
32-
{name:'Link', openWith:'"', closeWith:'([![Title]!])":[![Link:!:http://]!]', placeHolder:'Your text to link here...' },
31+
{name:'Picture', replaceWith:'![![Source:!:http://]!](!(([![Alternative text]!]))!)!'},
32+
{name:'Link', openWith:'"', closeWith:'(!(([![Title]!]))!)":[![Link:!:http://]!]', placeHolder:'Your text to link here...' },
3333
{separator:'---------------' },
34-
{name:'Quotes', openWith:'bq(!(([![Class]!])!)). '},
34+
{name:'Quotes', openWith:'bq(!(([![Class]!]))!). '},
3535
{name:'Code', openWith:'@', closeWith:'@'},
3636
{separator:'---------------' },
3737
{name:'Preview', call:'preview', className:'preview'}

0 commit comments

Comments
 (0)