// ----------------------------------------------------------------------------
// 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
// ----------------------------------------------------------------------------
mySettings = {
	previewParserPath:	'', // path to your BBCode parser
	markupSet: [
		{name:'Pogrubienie', key:'B', openWith:'[b]', closeWith:'[/b]'},
		{name:'Kursywa', key:'I', openWith:'[i]', closeWith:'[/i]'},
		{name:'Podreślenie', key:'U', openWith:'[u]', closeWith:'[/u]'},
		{name:'Obrazek', key:'P', replaceWith:'[img][![Link do obrazka:]!][/img]'},
		{name:'Link do polecanej strony internetowej', key:'L', openWith:'[url=[![Link do polecanej strony internetowej:]!]]', closeWith:'[/url]', placeHolder:'Opis Twojego linka'}
	]
}
