Search code examples
javascriptjqueryhtmlfileapi

how to maintain indentation when showing file with html5 file api?


I am trying to some simple text files with HTML5 file api like css,js,etc. but I lost indentation when displaying .

how could I get indentation?


Solution

  • Wrap the code in the <pre>...</pre> element