What problem does it solve? Obsidian parses $...$ as math delimiters and ==text== as highlight markers, which silently corrupts generated notes containing currency amounts or highlight syntax. This Skill provides rules to keep generated Obsidian Markdown rendering correctly. ## Core Features & Use Cases - Currency Escaping Rules: Enforces escaped dollars (\\$1,000) or spelled-out currency (1,000 USD) instead of raw $1000 that triggers math parsing. - Highlight Marker Formatting: Requires space-padded ==text== syntax to avoid swallowed or unreliably rendered highlights. - Context Heuristic: Distinguishes prose, math, and code blocks so $ is handled appropriately per context. - Use Case: When generating meeting notes or financial summaries into an Obsidian vault, apply these rules so dollar amounts and highlighted passages render as intended instead of breaking into math blocks. ## Quick Start Apply the Obsidian rendering traps rules when generating my note so currency amounts and highlight markers render correctly.