<!DOCTYPE html>
<script>
window.__VUEPRESS__ = {
data: 'test'
};
</script>
<body>
<div>
This is a test to see if a page with window.__VUEPRESS__ is detected as
using the VuePress JavaScript framework.
</div>
</body>
<!DOCTYPE html>
<script>
window.__VUEPRESS__ = {
data: 'test'
};
</script>
<body>
<div>
This is a test to see if a page with window.__VUEPRESS__ is detected as
using the VuePress JavaScript framework.
</div>
</body>