By default G-WAN strips white spaces from HTML
files to minimize the file.
What's the best way to allow pre-formatted text defined by <pre>
tag to get through?
@Richard Heath
Interesting -- I'm using a vanilla installation of G-Wan with the <pre>
block starting like this <pre class="fragment">
.
See sample of doxygen generated doc
This is being hosted up on a vanilla installation of g-wan.
Update:
As a temporary (not clean/quick fix) work around, I've changed the startup to look like this:
START=""
...
nohup ./$NAME $START &>/dev/null &
I will try later to write a handler to filter the return.
updated sample files for comparison
./gwan -d
http://alex4u2nv.com/test/test.html
nohup ./gwan &> /dev/null &
http://alex4u2nv.com/docs/test.html