Skip to content

Commit

Permalink
Merge pull request #450 from redochka/patch-1
Browse files Browse the repository at this point in the history
Update architecture.md
  • Loading branch information
Vitaly Puzrin committed Mar 24, 2018
2 parents 6fa70c5 + 7b8f91c commit 1ad3aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture.md
Expand Up @@ -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:
Expand Down

0 comments on commit 1ad3aec

Please sign in to comment.