mech-html 0.1.0

HTML library for the Mech language
Documentation
1
2
3
4
5
6
7
8
9
Link Example
  #html/app = [
    root: "mech-root" 
    contains: [
      kind: "a" 
      href: "https://mech-lang.org" 
      contains: "Link!"
    ]
  ]