iShafayet / cohtml

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:CoffeeScript 95.2%Language:HTML 4.6%Language:JavaScript 0.2%