Skip to content
Snippets Groups Projects
Unverified Commit 34c81f8e authored by Marihachi's avatar Marihachi Committed by GitHub
Browse files

add parts

parent fb3ab838
No related branches found
No related tags found
No related merge requests found
// start = syntax
start = root
// general
......@@ -8,3 +8,39 @@ lineBreak
= "\n" / "\r\n" / "\r"
spacing
= space / lineBreak
// parts
plain
= emoji
/ text
block
= title
/ quote
/ search
/ blockCode
/ mathBlock
/ center
inline
= big
/ bold
/ small
/ italic
/ strike
/ motion
/ spin
/ jump
/ flip
/ inlineCode
/ mathInline
/ mention
/ hashtag
/ url
/ link
/ plain
root
= block
/ inline
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment