Registry / other / markaby

markaby

JSON →
library0.9.4rbrubygemsunverified

Markaby is a templating language by _why that allows writing HTML in pure Ruby.

gem install markaby
INSTALL
IMPORT
SIG · MARKABY
M
markaby
otherrubyv0.9.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Markaby
require 'markaby'

Generate HTML using Ruby blocks

require 'markaby' mab = Markaby::Builder.new template = mab.html do head { title 'Hello' } body { h1 'World' } end puts template
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
markaby — gem install markaby · libregistry