Skip to content

Commit 41fc356

Browse files
Merge pull request eduardconstantin#117 from eduardconstantin/dependabot/npm_and_yarn/ws-8.18.0
Bump ws from 8.14.2 to 8.18.0
2 parents 647ffe8 + 4e7b568 commit 41fc356

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/graphql/repoQuestions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const scrapeQuestions = (markdownText: string) => {
22
const regex =
33
/### (.*?)\s*\r?\n\r?\n((?:\!\[.*?\]\(.*?\)\s*\r?\n\r?\n)*?)((?:- \[(?:x| )\] .*?\r?\n)+)/gs;
4+
45
const optionsRegex = /- \[(x| )\] (.*?)(?=\r?\n- \[|$)/g;
56
const imageRegex = /\!\[(.*?)\]\((.*?)\)/g;
67
const questions = [];

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)