I have some troubles with tab indent mith multiline code snippets.
I initially used css property white-space: normal; to remove blanks but this remove all tabs and line breaks.
In my html file, I need to indent my code to make it clean.
But with this css property removed all tabs are rendered inside the pre tag
Hi,
I have some troubles with tab indent mith multiline code snippets. I initially used css property white-space: normal; to remove blanks but this remove all tabs and line breaks. In my html file, I need to indent my code to make it clean. But with this css property removed all tabs are rendered inside the pre tag
how to resolve this ?
thanks