Switch to parse only single quotes by default + make quote command smart enough to escape captured quotemarks
This commit is contained in:
@@ -46,6 +46,7 @@ export class Quote extends Command<{ with?: StrTerm }> {
|
||||
}
|
||||
|
||||
sub = stripQuotemarkLayer(sub)
|
||||
sub = sub.replaceAll(quote, `\\${quote}`)
|
||||
return `${quote}${sub}${quote}`
|
||||
}
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user