Test rouge highlighter

This commit is contained in:
Evgeny Gavrin
2015-06-14 14:21:17 +03:00
parent 8f615e3732
commit dd508c8113
4 changed files with 33 additions and 31 deletions
+2 -2
View File
@@ -9,13 +9,13 @@ JerryScript is a lightweight JavaScript engine intended to run on a very constra
- On-device compilation and execution
- The engine provides access to peripherals from JavaScript
{% highlight js %}
```js
print_hello("Tom")
function print_hello (name) {
print ("Hi, " + name)
}
{% endhighlight %}
```
Check out the [JerryScript sources][jerryscript] and start using JerryScript in you projects. Please, report all found bugs and request new features at [JerryScript issue tracker][jerryscript-issue]. If you have questions, feel free to ask them on [issue tracker][jerryscript-issue-questions] and don't forget to label it with `question` or `discussion`.