If I enclose the following lines of code in a blockquote element, they show up as multiple lines as expected.
taskkill /f /im explorer.exe
cd /d %userprofile%\AppData\Local
attrib -h IconCache.db
del IconCache.db
start explorer
However, those same lines show up as one line when enclosed in a code element:
taskkill /f /im explorer.exe
cd /d %userprofile%\AppData\Local
attrib -h IconCache.db
del IconCache.db
start explorer
Is it possible to fix the code element in these forums to allow multiple lines?