-
Notifications
You must be signed in to change notification settings - Fork 0
Home
CIIDMike edited this page Oct 25, 2019
·
2 revisions
Welcome to the B13Markup wiki!
-
#
number sign - space
- anything until end of line
^#{1,6}[ ].+$
: h1-6
- blank_line
- anything until another blank_line
^\s*?\n.+?\n\s*$
-
```
three backticks - anything until new_line with three backticks
- include syntax in code blocks (html, css, js, php, yaml, md, obj-c, swift, json)
for each new_line or do we needa space like these mofos?