includes/wikiformat.php
changeset 1245 62763b17be2d
parent 1227 bdac73ed481e
child 1306 e00489a30c72
equal deleted inserted replaced
1244:ba80cfffb673 1245:62763b17be2d
    67 			// note: can't be named list ("list" is a PHP language construct)
    67 			// note: can't be named list ("list" is a PHP language construct)
    68 			'multilist',
    68 			'multilist',
    69 			'bold',
    69 			'bold',
    70 			'italic',
    70 			'italic',
    71 			'underline',
    71 			'underline',
       
    72 			'image',
    72 			'externalwithtext',
    73 			'externalwithtext',
    73 			'externalnotext',
    74 			'externalnotext',
    74 			'mailtowithtext',
    75 			'mailtowithtext',
    75 			'mailtonotext',
    76 			'mailtonotext',
    76 			'image',
       
    77 			'internallink',
    77 			'internallink',
    78 			'paragraph',
    78 			'paragraph',
    79 			'blockquotepost'
    79 			'blockquotepost'
    80 		);
    80 		);
    81 	
    81