aboutsummaryrefslogtreecommitdiff
path: root/test/ex_paragraph.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/ex_paragraph.native')
-rw-r--r--test/ex_paragraph.native59
1 files changed, 59 insertions, 0 deletions
diff --git a/test/ex_paragraph.native b/test/ex_paragraph.native
new file mode 100644
index 0000000..1f6ecc2
--- /dev/null
+++ b/test/ex_paragraph.native
@@ -0,0 +1,59 @@
+[ Para
+ [ Str "My"
+ , Space
+ , Str "name"
+ , Space
+ , Str "is"
+ , SoftBreak
+ , Str "Manu"
+ , Space
+ , Str "Sporny"
+ , RawInline (Format "sem-md") ":name"
+ , SoftBreak
+ , Str "and"
+ , Space
+ , Str "you"
+ , Space
+ , Str "can"
+ , Space
+ , Str "give"
+ , Space
+ , Str "me"
+ , Space
+ , Str "a"
+ , Space
+ , Str "ring"
+ , Space
+ , Str "via"
+ , SoftBreak
+ , Str "1-800-555-0199"
+ , RawInline (Format "sem-md") ":telephone"
+ , Str "."
+ , SoftBreak
+ , Image
+ ( "" , [] , [] )
+ []
+ ( "http://manu.sporny.org/images/manu.png" , "" )
+ , RawInline (Format "sem-md") ":image"
+ , SoftBreak
+ , Str "My"
+ , Space
+ , Str "favorite"
+ , Space
+ , Str "animal"
+ , Space
+ , Str "is"
+ , Space
+ , Str "the"
+ , Space
+ , Str "Liger"
+ , RawInline (Format "sem-md") "ov:preferredAnimal"
+ , Str "."
+ , SoftBreak
+ , Space
+ , RawInline (Format "sem-md") ".:Person"
+ ]
+, RawBlock (Format "sem-md") "{schema}: @default"
+, RawBlock
+ (Format "sem-md") "{ov}: http://open.vocab.org/terms/"
+]