Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Markaby

< >

Markaby is a template language created in 2006.

#1933on PLDB 18Years Old
Download source code:
git clone https://github.com/markaby/markaby
Source Code

markup as ruby


Example from the web:
require 'markaby' mab = Markaby::Builder.new mab.html do head { title "Boats.com" } body do h1 "Boats.com has great deals" ul do li "$49 for a canoe" li "$39 for a raft" li "$29 for a huge boot that floats and can fit 5 people" end end end puts mab.to_s
View source
- Build the next great programming language About Keywords Resources Acknowledgements Part of the World Wide Scroll