initial commit

This commit is contained in:
kp2pml30 2025-03-20 21:00:57 +04:00
commit 46af3c6fa9
18 changed files with 1363 additions and 0 deletions

4
test/src/auto-list.yamd Normal file
View file

@ -0,0 +1,4 @@
#! list("1")
#% 5.times { |i|
#. List item #{i}
#% }

View file

@ -0,0 +1,4 @@
#$ code
a < b
Also, #`<inline>` code is supported

7
test/src/code.yamd Normal file
View 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
View file

@ -0,0 +1 @@
Hello world!

10
test/src/list.yamd Normal file
View 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
View file

@ -0,0 +1 @@
#(1 + 2)

3
test/src/paragraph.yamd Normal file
View file

@ -0,0 +1,3 @@
Hello world!
Another paragraph!