Browse Source

Merge pull request #450 from redochka/patch-1

Update architecture.md
pull/470/head
Vitaly Puzrin 6 years ago
committed by GitHub
parent
commit
1ad3aec204
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