From 461f1a254faeb5ba9111fa178151cc9ad02e077a Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Wed, 22 Oct 2014 17:41:18 -0600 Subject: [PATCH] Added link to Try Online --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0b08bb2f..b84debe39 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Marko Marko is an extensible, streaming, asynchronous, [high performance](https://github.com/raptorjs/templating-benchmarks), _HTML-based_ templating language that can be used in Node.js or in the browser. Marko was founded on the philosophy that an HTML-based templating language is more natural and intuitive for generating HTML. Because the Marko compiler understands the structure of the HTML document, the directives in template files are less obtrusive and more powerful. In addition, Marko allows developers to introduce custom tags and custom attributes to extend the HTML grammar (much like [Web Components](http://www.html5rocks.com/en/tutorials/webcomponents/customelements/)—only you can use it now). +[:arrow_forward: __Try Online!__](http://raptorjs.org/marko/try-online/) + ![Marko Syntax](syntax.png) ![eBay Open Source](https://raw.githubusercontent.com/raptorjs/optimizer/master/images/ebay.png)