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

Markaby

< >

Markaby is a template language created in 2006.

#1952on 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

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0