mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
add quick example
This commit is contained in:
parent
3c52317851
commit
11fc69fe9f
13
README.md
13
README.md
|
@ -33,6 +33,19 @@ Redistributable under a BSD-style open source license.
|
||||||
See license.txt for more information.
|
See license.txt for more information.
|
||||||
|
|
||||||
|
|
||||||
|
Quick Example
|
||||||
|
-------------
|
||||||
|
|
||||||
|
``` js
|
||||||
|
var Showdown = require('showdown').Showdown
|
||||||
|
var converter = new Showdown().converter()
|
||||||
|
|
||||||
|
converter.makeHtml('#hello markdown!')
|
||||||
|
|
||||||
|
// <h1 id='<h1 id="hellomarkdown">hello, markdown</h1>
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
What's it for?
|
What's it for?
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user