mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
doc: fix README.md small typos
Clean up two of the mistakes in the README.md file.
This commit is contained in:
parent
9da4230576
commit
cf84bdb72c
|
@ -122,7 +122,9 @@ var converter = new showdown.Converter(),
|
|||
|
||||
Both examples should output...
|
||||
|
||||
```html
|
||||
<h1 id="hellomarkdown">hello, markdown!</h1>
|
||||
```
|
||||
|
||||
## Options
|
||||
|
||||
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user