janl / mustache.js

Minimal templating with {{mustaches}} in JavaScript
https://mustache.github.io
MIT License
16.36k stars 2.4k forks source link

Mustache and Mozilla firefox reader view. #653

Open chitrank2050 opened 6 years ago

chitrank2050 commented 6 years ago

The template renders fine in normal condition, but when I switch to the reader view of Mozilla firefox the template doesn't render anymore.

{{#.}} {{x}} {{y}} {{z}} {{/.}}

Cediddi commented 5 years ago

AFAIK reader mode does not run javascript. I might be wrong but it parses html only, no css or js.