Hope you don't mind but I have made a couple of additions to isicp:
Using validate.py and the W3C validator, I have changed the invalid xhtml into valid html5. This should help with development because a pre-commit hook can be added to check that the rendered files are always valid html5 from now on.
I added render_all.py. This does the same as render_all.sh but can be run more easily on Windows. Keeping render_all.sh is probably unnecessary but I have left it in for now.
Hello
Hope you don't mind but I have made a couple of additions to isicp:
Using validate.py and the W3C validator, I have changed the invalid xhtml into valid html5. This should help with development because a pre-commit hook can be added to check that the rendered files are always valid html5 from now on.
I added render_all.py. This does the same as render_all.sh but can be run more easily on Windows. Keeping render_all.sh is probably unnecessary but I have left it in for now.
A few other fixes too small to mention here.