mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Updated README.md
This commit is contained in:
parent
6d5a9fb4a8
commit
c6c8cb3d1f
@ -80,9 +80,10 @@ Raptor Templates is an extensible, streaming, asynchronous, [high performance](h
|
||||
* __Tools Support:__ Tools should be enabled to offer auto-completion and validation for improved productivity and safety.
|
||||
* __Modular:__ Runtime and compiled templates should be based on CommonJS modules for improved dependency management. Template dependencies (such as custom tags) should be resolved based on a template's file system path instead of relying on a shared registry.
|
||||
|
||||
# Sample
|
||||
# Sample Code
|
||||
|
||||
A basic template with text replacement, looping and conditionals is shown below:
|
||||
|
||||
```html
|
||||
Hello ${data.name}!
|
||||
|
||||
@ -1314,7 +1315,6 @@ Please post questions or comments on the [RaptorJS Google Groups Discussion Foru
|
||||
|
||||
* [Patrick Steele-Idem](https://github.com/patrick-steele-idem) (Twitter: [@psteeleidem](http://twitter.com/psteeleidem))
|
||||
* [Phillip Gates-Idem](https://github.com/philidem/) (Twitter: [@philidem](https://twitter.com/philidem))
|
||||
* Ramesh Mahadevan
|
||||
|
||||
# Contribute
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user