Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jedenzero authored Sep 25, 2024
1 parent 1f6e200 commit 959bed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function search(){
}

function parse(doc){
if (doc.match(/^<<[^\n>]+>>\n/)){
if(doc.match(/^<<[^\n>]+>>\n/)){
let theme = '';
doc = doc.replace(/^<<([^\n>]+)>>\n/,(match, captured_theme)=>{
theme = captured_theme;
Expand Down

0 comments on commit 959bed4

Please sign in to comment.