We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb09fcd commit 0ccbd65Copy full SHA for 0ccbd65
src/data/data_utils.js
@@ -36,7 +36,7 @@ function processIssues(issues) {
36
37
// Regular expressions
38
const linkRegex = /### Link to project repository\/sources([\s\S]*?)###/;
39
- const imageRegex = /### Image!\[.*?\]\((.*?)\)/;
+ const imageRegex = /### Image\s*!\[.*?\]\((.*?)\)/;
40
const iamgeHTMLRegex = /<img[^>]*src="(.*?)"/;
41
42
const descriptionRegex = /### Project Summary([\s\S]*?)###/;
0 commit comments