// ----------------------------------------------------------------------------
// markItUp!
// ----------------------------------------------------------------------------
// Copyright (C) 2008 Jay Salvat
// http://markitup.jaysalvat.com/
// ----------------------------------------------------------------------------
// Html tags
// http://en.wikipedia.org/wiki/html
// ----------------------------------------------------------------------------
// Basic set. Feel free to add more tags
// ----------------------------------------------------------------------------
markItUpSettingsCourse = {
	previewParserPath:	'/ajax/previewbbcode', // path to your BBCode parser
	markupSet: [
		{name:'Pogrubienie', key:'B', openWith:'[b]', closeWith:'[/b]'},
		{name:'Kursywa', key:'I', openWith:'[i]', closeWith:'[/i]'},
		{name:'Podkreślenie', key:'U', openWith:'[u]', closeWith:'[/u]'},
		{name:'Lista punktowana', openWith:'[list]\n', closeWith:'\n[/list]'},
		{name:'Lista numeryczna', openWith:'[list=[![Starting number]!]]\n', closeWith:'\n[/list]'},
		{name:'Element listy', openWith:'[*] '}
	]
}