Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 252 Bytes

File metadata and controls

12 lines (9 loc) · 252 Bytes

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.