Fix style

This commit is contained in:
Evgeny Gavrin
2015-06-26 20:06:05 +03:00
parent 772d72c073
commit 209b565e55
2 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -4,6 +4,9 @@ title: How To
permalink: /how-to/ permalink: /how-to/
--- ---
* toc
{:toc}
# How to Get the Sources # How to Get the Sources
This step should be simple: This step should be simple:
@@ -67,7 +70,7 @@ It may take time, so go grab some coffee:
Setting up prerequisites... (log file: ./build/prerequisites/prerequisites.log) Setting up prerequisites... (log file: ./build/prerequisites/prerequisites.log)
{% endhighlight %} {% endhighlight %}
## How to Build Debug Version # How to Build Debug Version
To build debug version for Linux: To build debug version for Linux:
{% highlight bash %} {% highlight bash %}
+3
View File
@@ -4,6 +4,9 @@ title: Development
permalink: /dev-guide/ permalink: /dev-guide/
--- ---
* toc
{:toc}
JerryScript Engine can be embedded into any application, providing the way to run JavaScript in a large range of environments - from desktops to low-memory microcontrollers. JerryScript Engine can be embedded into any application, providing the way to run JavaScript in a large range of environments - from desktops to low-memory microcontrollers.
This guide is intended to introduce you to JerryScript embedding API through creation of simple JavaScript shell. This guide is intended to introduce you to JerryScript embedding API through creation of simple JavaScript shell.