steveklabnik/rust_for_rubyists

HTML: nested html pages

adrientetar opened this issue · 2 comments

It looks like the tutorial content is made out of two nested HTML pages: one generated by pandoc and one from a template.

I'm not a pandoc expert but it seems like the --s (standalone) flag should be dropped from the Makefile.
http://johnmacfarlane.net/pandoc/README.html#templates

Also, I suggest to use --to=html5 to generate HTML5 instead of HTML4.01.

cc @steveklabnik

That's very possible. Would you like to submit a PR for both of these?

I'll take a look at it this we, I'd need to do a testbuild to confirm my assumptions.