// -------------------------------------------------------------------
// markItUp!
// -------------------------------------------------------------------
// Copyright (C) 2008 Jay Salvat
// http://markitup.jaysalvat.com/
// -------------------------------------------------------------------
// Textile tags example
// http://en.wikipedia.org/wiki/Textile_(markup_language)
// http://www.textism.com/
// -------------------------------------------------------------------
// Feel free to add more tags
// -------------------------------------------------------------------
mySettings = {
	previewParserPath:	'', // path to your Textile parser
	onShiftEnter:		{keepDefault:false, replaceWith:'\n\n'},
	markupSet: [
//		{name:'Paragraph', key:'P', openWith:'p(!(([![Class]!]))!). '},
//		{separator:'---------------' },
//		{name:'Bold', key:'B', closeWith:'*', openWith:'*'},
//		{name:'Italic', key:'I', closeWith:'_', openWith:'_'},
//		{separator:'---------------' },
//		{name:'Link', openWith:'"', closeWith:'[![Link:!:http://]!]' },
//		{separator:'---------------' },
//		{name:'Quotes', closeWith:']]', openWith:'[['}
	]
}
