theophile
Version:
A templating module that transforms a web page into a (Powerpoint-like) presentation
31 lines (25 loc) • 507 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script type="module" src="./node_modules/theophile/src/index.js"></script>
</head>
<body>
<h1>wow</h1>
<div>
```javascript
var a = 1;
```
</div>
<pre><code class="language-javascript">var a = 1;</code></pre>
# t1
## t2
### t3
#### t4
##### t5
###### t6
<h6>djfkdjfdkjfdk</h6>
</body>
</html>