Website | markaby |
---|
Markaby is a small Ruby library for writing HTML code in pure Ruby. It is an alternative to templating languages such as ERb and HAML which combine Ruby code with some form of markup. It was developed by the computer programmer "why the lucky stiff" and its name comes from Markup as Ruby.
Executing the above code will render the following HTML:
Gem
Rails plugin
Markaby is the templating engine used for the Camping micro web framework.