summaryrefslogtreecommitdiff
path: root/desk/web/test.udon
diff options
context:
space:
mode:
Diffstat (limited to 'desk/web/test.udon')
-rw-r--r--desk/web/test.udon57
1 files changed, 57 insertions, 0 deletions
diff --git a/desk/web/test.udon b/desk/web/test.udon
new file mode 100644
index 0000000..0770e90
--- /dev/null
+++ b/desk/web/test.udon
@@ -0,0 +1,57 @@
+;>
+
+# H1
+
+## H2
+
+### H3
+
+#### H4
+
+##### H5
+
+###### H6
+
+This is a paragraph with _italics_, *bold* and
+`inline code`. Sentences can be hard wrapped.
+
+
+- unordered
+- list
+
++ ordered
++ list
+
+[link](https://urbit.org)
+
+![image](https://media.urbit.org/guides/additional/dist/wut.svg)
+
+```
+fenced codeblock
+(note language spec not supported)
+```
+
+horizontal rule:
+---
+
+> block quotes
+ may be hard-wrapped if indented
+
+Backslash at end\
+of line adds linebreak
+
+Udon syntax may be prefixed with \*backslashes\* to escape.
+
+Hoon atom literals like ~sampel-palnet and ~.foo will
+be rendered as inline code.
+
+;table
+ ;tr
+ ;td: Arbitrary
+ ;td: Sail
+ ==
+ ;tr
+ ;td: is
+ ;td: allowed
+ ==
+==