Config.desc multiple lines in editor

Is it possible to split(wrap) the config_desc across multiple lines in the editor ?

this produces an error

initData.config_desc(['Log Level']) = 'Turn the Logging on or off, 
	higher levels will include all lower levels, 
	except for Level 5\nLevel 1 \t- Minimal logging';

Thankyou :slight_smile: