0.0.0 • Published 10 years ago

cohtml v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

NOTICE!

This project is under development and in no way is ready for production use. Use at your own risk.

Cohtml

Cohtml is a declarative markup language with ruby/coffee-script like syntax that transpiles to and from Html.

!doctype html
html lang="en"
  head
    title | Cohtml Demo
  body (margin:0px)
    h1$myTitle.heading | Cohtml Demo
    img src="logo.png" (height:24px;width:24px;)
    p.info
      `Cohtml is an `
      b | excellent
      `alternative to html`

Try Online

cohtml.xyz (Coming Soon) Convert any html to cohtml and vice-versa without breaking a sweat.

Documentation

Documentation (Syntax, Api, Tools, Extensions)

Notes For Developers

Common Tools & Extensions

License

MIT License