Split the output so I can have a tree.

This commit is contained in:
Tom Alexander
2023-08-18 17:40:19 -04:00
parent 4fb203c1db
commit 27a2bea705
3 changed files with 25 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="reset.css">
@@ -8,6 +9,13 @@
<h2>Input org-mode source:</h2>
<textarea id="org-input" rows="24" cols="80"></textarea>
<hr/>
<div id="parse-output" class="code_block" style="counter-set: code_line_number 0;"></div>
<div class="output_container">
<div>
<div id="parse-output" class="code_block" style="counter-set: code_line_number 0;"></div>
</div>
<div>
tree goes here
</div>
</div>
</body>
</html>