Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Apr 19, 2019
1 parent 097a5e8 commit 0ffa854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markdown/components/Anchor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Anchor.defaultProps = {
baseUrl: '/',
};

module.exports = (sanitizeSchema) => {
module.exports = sanitizeSchema => {
// This is for our custom link formats
sanitizeSchema.protocols.href.push('doc', 'ref', 'blog', 'page');

Expand Down

0 comments on commit 0ffa854

Please sign in to comment.