tangled
alpha
login
or
join now
ansxor.ca
/
markup2
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
1
pulls
pipelines
style
12Me21
4 years ago
38bb2c78
af206438
+4
-2
1 changed file
expand all
collapse all
unified
split
test.html
+4
-2
test.html
···
6
6
<script src=render.js></script>
7
7
<link rel=stylesheet href=markup.css>
8
8
<style>
9
9
+
#\$output {
10
10
+
border: 3px solid black;
11
11
+
padding: 2px;
12
12
+
}
9
13
</style>
10
14
11
15
<textarea id=$input></textarea>
12
16
<br>
13
13
-
a
14
17
<div id=$output class='MARKUP'></div>
15
15
-
b
16
18
<hr>
17
19
<div id=$output2></div>
18
20