We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcbe8e commit d42be92Copy full SHA for d42be92
1 file changed
plugins/gatsby-transformer-moocfi-exercises/gatsby-node.js
@@ -3,7 +3,7 @@ const GraphQLList = require("gatsby/graphql").GraphQLList
3
const GraphQLObjectType = require("gatsby/graphql").GraphQLObjectType
4
5
const quiznatorRegex = /<\s*quiznator\s*id\s*=\s*['"]\s*(\w+)\s*['"]\s*>/gm
6
-const crowdsorcererRegex = /<\s*crowdsorcerer\s*id\s*=\s*['"]\s*(\w+)\s*['"]\s*>/gm
+const crowdsorcererRegex = /<\s*crowdsorcerer\s*id\s*=\s*['"]\s*(\w+)\s*['"].*>/gm
7
const programmingExerciseTagRegex = /<\s*programming-exercise\s+(.*)\s*>/gm
8
const programmingExerciseNameRegex = /\bname\s*=\s*(["].*?["]|['].*?['])/gm
9
0 commit comments