Browse Source

Merge pull request #429 from caub/patch-1

typo
pull/445/head
Vitaly Puzrin 6 years ago
committed by GitHub
parent
commit
d57c83a4f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/renderer.js

2
lib/renderer.js

@ -145,7 +145,7 @@ function Renderer() {
* var result = md.renderInline(...);
* ```
*
* Each rule is called as independed static function with fixed signature:
* Each rule is called as independent static function with fixed signature:
*
* ```javascript
* function my_token_render(tokens, idx, options, env, renderer) {

Loading…
Cancel
Save