Skip to content

Commit

Permalink
doc: fix README.md small typos
Browse files Browse the repository at this point in the history
Clean up two of the mistakes in the README.md file.
  • Loading branch information
trickypr authored and tivie committed Oct 16, 2018
1 parent 9da4230 commit cf84bdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ var converter = new showdown.Converter(),

Both examples should output...

```html
<h1 id="hellomarkdown">hello, markdown!</h1>
```

## Options

Expand Down Expand Up @@ -248,7 +250,7 @@ var defaultOptions = showdown.getDefaultOptions();
some text www.google.com
```
will be parsed as
````
```html
<p>some text <a href="www.google.com">www.google.com</a>
```

Expand Down

0 comments on commit cf84bdb

Please sign in to comment.