(New user here) python-markdown seems like a killer feature... but rendering python silently fails for me. I assume this is some config/install issue. I've not found any debug procedure or hints. In the browser debugger I see 'TypeError: marked is not a function '. That seems bad ;-) markdown does render otherwise, just the variable interpolation fails. The double braces and the var are missing: `Davidson Gemer electron velocity {{ dg_electron_velocity }} kg/sec and wavelength {{ dg_wavelength }}` becomes **Davidson Gemer electron velocity kg/sec and wavelength**