Skip to content

Commit

Permalink
Update architecture.md
Browse files Browse the repository at this point in the history
remove extra ')'
  • Loading branch information
redochka committed Mar 24, 2018
1 parent 6fa70c5 commit 7b8f91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
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 7b8f91c

Please sign in to comment.