www.html2jade.org Open in urlscan Pro
2606:4700:3033::6815:129d  Public Scan

URL: http://www.html2jade.org/js/jade.js
Submission Tags: falconsandbox
Submission: On February 06 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

You need to enable JavaScript to run this app.
HTML to JADE/PUGrealtime online converter
spacestabs123456width of indent
Report an issue
1

<!DOCTYPE html>
<html lang="en">

<head>
<title>Jade</title>
<script type="text/javascript">
const foo = true;
let bar = function() {};
if (foo) {
bar(1 + 5)
}
</script>
</head>

<body>
<h1>Jade - node template engine</h1>
<div class="col" id="container">
<p>You are amazing</p>
<p>
Jade is a terse and simple
templating language with a
strong focus on performance
and powerful features.
</p>
</div>
</body>

</html>




XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1

doctype html
html(lang='en')
head
title Jade
script(type='text/javascript').
const foo = true;
let bar = function() {};
if (foo) {
bar(1 + 5)
}
body
h1 Jade - node template engine
#container.col
p You are amazing
p
| Jade is a terse and simple
| templating language with a
| strong focus on performance
| and powerful features.





XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX