initial commit
This commit is contained in:
commit
46af3c6fa9
18 changed files with 1363 additions and 0 deletions
4
test/src/auto-list.yamd
Normal file
4
test/src/auto-list.yamd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#! list("1")
|
||||
#% 5.times { |i|
|
||||
#. List item #{i}
|
||||
#% }
|
||||
4
test/src/code-escape.yamd
Normal file
4
test/src/code-escape.yamd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#$ code
|
||||
a < b
|
||||
|
||||
Also, #`<inline>` code is supported
|
||||
7
test/src/code.yamd
Normal file
7
test/src/code.yamd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#$ code
|
||||
This is code
|
||||
# and it is code
|
||||
# this is a comment
|
||||
# and it is continuation
|
||||
|
||||
Also, #`inline` code is supported
|
||||
1
test/src/hello.yamd
Normal file
1
test/src/hello.yamd
Normal file
|
|
@ -0,0 +1 @@
|
|||
Hello world!
|
||||
10
test/src/list.yamd
Normal file
10
test/src/list.yamd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Hello world!
|
||||
|
||||
#! list("1.a.i")
|
||||
#. List 1
|
||||
#. List 2
|
||||
#. List a
|
||||
#. List b
|
||||
#. List i
|
||||
#. List ii
|
||||
#. List 3
|
||||
1
test/src/math.yamd
Normal file
1
test/src/math.yamd
Normal file
|
|
@ -0,0 +1 @@
|
|||
#(1 + 2)
|
||||
3
test/src/paragraph.yamd
Normal file
3
test/src/paragraph.yamd
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Hello world!
|
||||
|
||||
Another paragraph!
|
||||
Loading…
Add table
Add a link
Reference in a new issue