You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ After including the extension in your application, you just need to enable it in
34
34
## Example
35
35
36
36
```javascript
37
-
var converter =newShowdown.converter({extensions: ['prettify']}),
37
+
var converter =newshowdown.Converter({extensions: ['prettify']}),
38
38
input ="Here's a simple hello world in javascript:\n"+
39
39
"\n"+
40
40
" alert('Hello World!');\n"+
@@ -56,5 +56,5 @@ This should output the equivalent to:
56
56
```
57
57
58
58
## License
59
-
These files are distributed under BSD license. For more information, please check the [LICENSE file](https://github.com/showdownjs/prettify-extension/blob/master/LICENSE) in the source code.
60
-
59
+
These files are distributed under BSD license. For more information,
60
+
please check the [LICENSE file](https://github.com/showdownjs/prettify-extension/blob/master/LICENSE) in the source code.
0 commit comments