includes/wikiformat.php
changeset 1248 3914c9a95879
parent 1245 62763b17be2d
child 1306 e00489a30c72
equal deleted inserted replaced
1247:30f023a13a71 1248:3914c9a95879
    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