nakajima / slidedown

Generate syntax-highlighted slides from Markdown
http://nakajima.github.com/slidedown
438 stars 45 forks source link

Invalid XHTML causes special characters to malfunction #6

Closed matiaskorhonen closed 10 years ago

matiaskorhonen commented 14 years ago

The improper XHTML (no character encoding decalrations) causes special characters (e.g. — or €) to render incorrectly.

I have fixed this is a few commits in my fork: http://github.com/k33l0r/slidedown

I also added a relative template which uses relative URIs for the stylesheets and JS which is useful if you are using the HTML files locally or in a subdirectory on a web server.