Test document This has bold text which should be an error. function test() { // This **bold** text should be allowed in code blocks console.log("**bold** in code block"); } This bold text should be another error.