Hiya, this is probably due to the markup of the docs page. A copy paste example:
Wikipedia Article: $(eval const api = $(urlfetch json https://en.wikipedia.org/w/api.php?format=json&action=opensearch&search=$(querystring)); api.error || !api[1][0] ? 'Please add a query to the search' : `${api[1][0]} - ${api[3][0]}`)
Only change is the backquotes at the end to output the response.