fix-markdown-fences

Community

Fix Markdown code fences for pristine docs.

Authorrjmurillo
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Repairs closing markdown fences that incorrectly include language identifiers (```python) instead of plain closing fences, preventing rendering issues.

Core Features & Use Cases

  • Automatic fence repair: Scans markdown files and fixes closing fences.
  • Multi-language support: Implementations in Python, Bash, and PowerShell for cross-platform use.
  • Use Case: Prepare documentation before publishing to ensure correct markdown rendering.

Quick Start

Run the Python script on docs: python fix_markdown_fences.py docs Or use the included PowerShell script: pwsh fix_fences.ps1 -Directories docs

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fix-markdown-fences
Download link: https://github.com/rjmurillo/ai-agents/archive/main.zip#fix-markdown-fences

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository