mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Clarifying the description of the generators demo. (#1919)
Adding a link back to the "Running JavaScript" page.
This commit is contained in:
committed by
GitHub
parent
05fcdc3510
commit
83d8559de7
@@ -22,9 +22,10 @@
|
||||
<h1><a href="https://developers.google.com/blockly/">Blockly</a> >
|
||||
<a href="../index.html">Demos</a> > Generating JavaScript</h1>
|
||||
|
||||
<p>This is a simple demo of generating code from blocks.</p>
|
||||
<p>This is a simple demo of generating code from blocks and running
|
||||
the code in a sandboxed JavaScript interpreter.</p>
|
||||
|
||||
<p>→ More info on <a href="https://developers.google.com/blockly/guides/configure/web/code-generators">Code Generators</a>…</p>
|
||||
<p>→ More info on <a href="https://developers.google.com/blockly/guides/configure/web/code-generators">Code Generators</a> and <a href="https://developers.google.com/blockly/guides/app-integration/running-javascript">Running JavaScript</a>.</p>
|
||||
|
||||
<p>
|
||||
<button onclick="showCode()">Show JavaScript</button>
|
||||
|
||||
Reference in New Issue
Block a user