mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
6 lines
129 B
Markdown
6 lines
129 B
Markdown
|
|
||
|
Here's a simple hello world in javascript:
|
||
|
|
||
|
alert('Hello World!');
|
||
|
|
||
|
The `alert` function is a build-in global from `window`.
|