Skip to content

Commit

Permalink
build: Build action
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 15, 2023
1 parent 0705dfc commit 17cc2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9876,7 +9876,7 @@ module.exports = Object.freeze({


const base_regex = /- +\[.] +/;
const checked_regex = /- +\[x] +.+/;
const checked_regex = /- +\[x] +.+/i;
const choice_regex = /Choice(#.+)?/;
const comment_regex = /<!--.*-->/;
const options_regex = /<!-- +.+ +-->/;
Expand Down

0 comments on commit 17cc2d8

Please sign in to comment.