Browse Source
Update architecture.md
remove extra ')'
pull/450/head
reda
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
-
docs/architecture.md
|
@ -131,7 +131,7 @@ md.renderer.rules.image = function (tokens, idx, options, env, self) { |
|
|
|
|
|
|
|
|
// pass token to default renderer. |
|
|
// pass token to default renderer. |
|
|
return defaultRender(tokens, idx, options, env, self); |
|
|
return defaultRender(tokens, idx, options, env, self); |
|
|
}); |
|
|
}; |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
Here is another example, how to add `target="_blank"` to all links: |
|
|
Here is another example, how to add `target="_blank"` to all links: |
|
|