diff --git a/src/defaultSetup.js b/src/defaultSetup.js index 6c4dd5f..ccddbc9 100644 --- a/src/defaultSetup.js +++ b/src/defaultSetup.js @@ -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],