Changes
Page history
Update Javascript
authored
Nov 07, 2019
by
Jeff Cave
Show whitespace changes
Inline
Side-by-side
Parsing/Javascript.md
View page @
daba7069
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
```
mermaid
```
mermaid
graph LR;
graph LR;
js[main.js]-->tokJS((JavaScript));
js[main.js]-->tokJS((JavaScript));
js
-->content[Tokenized Content];
tokJS
-->content[Tokenized Content];
```
```
## Ignored Elements
## Ignored Elements
...
...
...
...