Browse Source

1.0.0 released

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
0d60036444
  1. 4
      README.md

4
README.md

@ -135,7 +135,7 @@ more advanced, specific for your language.
This extentions are enabled by default:
- [Strikethrough](https://help.github.com/articles/github-flavored-markdown/#strikethrough)
- [Tables](https://help.github.com/articles/github-flavored-markdown/#tables)
- [Tables](https://help.github.com/articles/github-flavored-markdown/#tables) (GFM)
## References / Thanks
@ -171,7 +171,7 @@ Remarkable.renderer
Remarkable.renderer.rules
```
To prettify plugins init, we `Remarked` has `.use()` helper for curried calls:
To prettify plugins init, `Remarked` has `.use()` helper for curried calls:
```js
var md = new Remarkable();

Loading…
Cancel
Save