mySettings = {
	nameSpace:		'html',
	onEnter:		{keepDefault:true},
	onTab:			{keepDefault:false, openWith:'	 '},
	markupSet: [
		{name:'Заголовок', openWith:'<h2>', closeWith:'</h2>', placeHolder:'Заголовок' },
		{name:'Параграф', openWith:'<p>', closeWith:'</p>' },
		{separator:'---------------' },
		{name:'Жирный', openWith:'<strong>', closeWith:'</strong>' },
		{name:'Курсив', openWith:'<i>', closeWith:'</i>' },
		{name:'Подчеркнутый', openWith:'<u>', closeWith:'</u>' },
		{separator:'---------------' },
		{name:'Изображение', className:'markItUpButton9', replaceWith:'<img align="left" src="[![Source:!:http://]!]" />' },
		{name:'Ссылка', className:'markItUpButton10', openWith:'<a target="_blank" href="[![Link:!:http://]!]"(!( title="[![Title]!]")!)>', closeWith:'</a>', placeHolder:'ссылка' },
		{separator:'---------------' },
		{name:'Перевод строки', className:'br', replaceWith:'<br />\n' },
		{separator:'---------------' },
		{name:'Предварительный просмотр', className:'preview', call:'preview' }
	]
}
