notemdpro-formula-healer

Installation
SKILL.md

NoteMD Pro - Formula Fixing

Overview

This skill fixes LaTeX math formula formatting in markdown files. It converts single-line formulas delimited by single $ to double $$ for proper display math rendering.

When to Use

  • Fix inline math: Convert $ formula $ to display math $$ formula $$
  • Batch repair: Fix multiple files at once
  • Format consistency: Ensure proper math rendering

Function Call Chain

fixFormulaFormats (formulaFixer.ts)
├── read file content
├── apply regex pattern: /^(\s*)\$(\s*)$/gm
├── replace with: $1$$$$$2
Related skills
Installs
1
GitHub Stars
1
First Seen
Apr 16, 2026