Skip to content

Commit

Permalink
docs(readme.md): update
Browse files Browse the repository at this point in the history
  • Loading branch information
rakhi2104 authored and tivie committed Nov 10, 2018
1 parent 69b816e commit 0087148
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -312,7 +312,7 @@ var defaultOptions = showdown.getDefaultOptions();

* **ghCodeBlocks**: (boolean) [default true] Enable support for GFM code block style.

* **tasklists**:(boolean) [default false] Enable support for GFM takslists. Example:
* **tasklists**: (boolean) [default false] Enable support for GFM tasklists. Example:

```md
- [x] This task is done
Expand Down Expand Up @@ -436,11 +436,12 @@ You can also find a boilerplate, to create your own extensions in [this reposito

### Client-side Extension Usage

```js
<script src="showdown.js" />
<script src="twitter-extension.js" />

```html
<script src="showdown.js"></script>
<script src="twitter-extension.js"></script>
<script>
var converter = new showdown.Converter({ extensions: ['twitter'] });
</script>
```

### Server-side Extension Usage
Expand Down
2 changes: 1 addition & 1 deletion dist/showdown.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/showdown.js.map

Large diffs are not rendered by default.

0 comments on commit 0087148

Please sign in to comment.