Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
martincizek committed Dec 2, 2019
1 parent 92c39df commit 88024c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/defaultSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import tablePipeReplace from './replaces/tablePipeReplace';
import CodeSpanSyntax from './syntax/CodeSpanSyntax';
import LinkDestinationSyntax from './syntax/LinkDestinationSyntax';

/**
* Default escape setup.
*/
const gfmSetupDefault = (s) => [
[codeSpanReplace, s.name === CodeSpanSyntax.name],
[extAutolinkReplace, s.inlinesInterpreted && !s.isLink],
Expand Down

0 comments on commit 88024c4

Please sign in to comment.