-
Notifications
You must be signed in to change notification settings - Fork 19
Fix code block rendering with square brackets #37
Copy link
Copy link
Closed
Labels
backlogNot scheduled yetNot scheduled yetbugSomething isn't workingSomething isn't workingcloned-issuehoedownrendering
Milestone
Description
Problem
Code blocks containing square brackets render incorrectly.
Example
TypeScript interface with index signature syntax:
interface MyType {
[key: string]: any;
}The [key: string] syntax displays improperly in MacDown.
Impact
- Affects TypeScript, JavaScript, and other programming languages
- Index signatures are common in TypeScript code
- Makes code documentation difficult
Source
Based on issue #1332 from MacDownApp/macdown
MacDownApp/macdown#1332
Priority
HIGH - Affects code rendering for common programming patterns
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backlogNot scheduled yetNot scheduled yetbugSomething isn't workingSomething isn't workingcloned-issuehoedownrendering