Browse Source

Update architecture.md

remove extra ')'
pull/450/head
reda 6 years ago
committed by GitHub
parent
commit
7b8f91c639
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/architecture.md

2
docs/architecture.md

@ -131,7 +131,7 @@ md.renderer.rules.image = function (tokens, idx, options, env, self) {
// pass token to default renderer.
return defaultRender(tokens, idx, options, env, self);
});
};
```
Here is another example, how to add `target="_blank"` to all links:

Loading…
Cancel
Save