Skip to content

Commit

Permalink
Clean comments out of Rules.js
Browse files Browse the repository at this point in the history
  • Loading branch information
calculuschild committed Jun 23, 2021
1 parent 724ea9e commit c934790
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ block.def = edit(block.def)
.getRegex();

block.bullet = /(?:[*+-]|\d{1,9}[.)])/;
// block.item = /^( {0,3})(bull)( [^\n]*(?:\n(?! {0,3}bull )[^\n]*)*\n?)/;
// block.item = edit(block.item, 'gm')
// .replace(/bull/g, block.bullet)
// .getRegex();

block.listItemStart = edit(/^( *)(bull) */)
.replace('bull', block.bullet)
.getRegex();
Expand Down

0 comments on commit c934790

Please sign in to comment.