Vitaly Puzrin
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lib/renderer.js
|
@ -145,7 +145,7 @@ function Renderer() { |
|
|
* var result = md.renderInline(...); |
|
|
* 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
|
|
|
* ```javascript
|
|
|
* function my_token_render(tokens, idx, options, env, renderer) { |
|
|
* function my_token_render(tokens, idx, options, env, renderer) { |
|
|