
// ----------------------------------------------------------------------------
// markItUp!
// ----------------------------------------------------------------------------
// Copyright (C) 2008 Jay Salvat
// http://markitup.jaysalvat.com/
// ----------------------------------------------------------------------------
// BBCode tags example
// http://en.wikipedia.org/wiki/Bbcode
// ----------------------------------------------------------------------------
// Feel free to add more tags
// ----------------------------------------------------------------------------
bbcodeSettings = {
	previewParserPath:	'/api/text_parser', // path to your BBCode parser
	markupSet: [
		{name:'Fett', key:'B', openWith:'[b]', closeWith:'[/b]'},
		{name:'Schief', key:'I', openWith:'[i]', closeWith:'[/i]'},
		{name:'Unterstrichen', key:'U', openWith:'[u]', closeWith:'[/u]'},
		{separator:'---------------' },
		{name:'Bild', key:'P', className: 'markItUpButton10', replaceWith:'[img][![Die URL des Bildes:]!][/img]', placeHolder:'Your text to link here...'},
		{name:'Link', key:'L', className: 'markItUpButton11', openWith:'[url=[![Hier kannst Du einen Link einfügen:]!]]', closeWith:'[/url]', placeHolder:'Your text to link here...'}
	]
}
