MDM — Markdown+Media
MDM (Markdown+Media) ![[name:preset | attr=val]] 문법 하나로 이미지, 비디오, 오디오를 마크다운 문서에 자유롭게 임베드하고 제어하는 오픈소스 프로젝트입니다. 링크 주소 GitHub seunghan91/markdown-media · 최신 v0.3.0 (2026-04-16) Playground seunghan91.github.io/markdown-media/playground npm (Native) @markdown-media/core 1.0.0 — napi Node.js 바인딩 npm (WASM) @markdown-media/wasm 0.1.0 — 브라우저/Node 공용 WASM (PDF 포함, 1.5 MB) PyPI mdm-parser 0.1.0 데스크톱 앱 mdm-desktop v0.1.1 — macOS 코드사이닝 + 공증 완료 Chrome 확장 MDM Converter (HWP/PDF/DOCX → Markdown) — 오프라인 WASM, 권한 0개 · 심사 중 MCP 서버 law-check.com/api/mcp — mdm_convert_document · mdm_extract_text · mdm_detect_format 1분 세팅 — 상황별 최단 경로 상황 명령어 / 링크 데스크톱 앱 (GUI) mdm-desktop v0.1.1 에서 DMG 다운로드 → 드래그앤드롭 (공증 완료) Python pip install mdm-parser Node.js (Native) npm install @markdown-media/core 브라우저 / WASM npm install @markdown-media/wasm (PDF 포함 1.5 MB) CLI 파이프 cat file.hwp | hwp2mdm stream --ext hwp --mode body AI Agent (MCP) law-check.com에서 MCP 키 발급 → ~/.claude.json에 gateway 등록 MCP 설정 (Claude Code 예시) { "mcpServers": { "korea-law-hub": { "url": "https://law-check.com/api/mcp", "headers": { "Authorization": "McpKey YOUR_KEY" } } } } 설정 후 재시작하면 mdm_convert_document, mdm_extract_text, mdm_detect_format 3개 tool이 자동 로드된다. ...