Skip to content
CIIDMike edited this page Oct 25, 2019 · 2 revisions

Welcome to the B13Markup wiki!

now what?

syntax

headings

  • # number sign
  • space
  • anything until end of line

^#{1,6}[ ].+$: h1-6

paragraphs

  • blank_line
  • anything until another blank_line

^\s*?\n.+?\n\s*$

code blocks

  • ``` three backticks
  • anything until new_line with three backticks
  • include syntax in code blocks (html, css, js, php, yaml, md, obj-c, swift, json)

line breaks

for each new_line or do we needa space like these mofos?

Clone this wiki locally