baoyu-markdown-to-html
Markdownをスタイル付きHTMLに変換
プレーンなMarkdownファイルを、WeChat最適化テーマ、コードハイライト、数式、図表サポート付きの美しくスタイリッシュなHTMLに変換します。
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "baoyu-markdown-to-html". # Hello World This is a test.
Résultat attendu:
- HTMLファイル: Hello.html
- スタイル付きの見出しと段落タグを含む
- WeChat互換性のためのインラインCSS
Utilisation de "baoyu-markdown-to-html". Code block: ```javascript console.log('test'); ```
Résultat attendu:
- シンタックスハイライト付きコードを含むHTMLファイル
- コードブロックに行番号
- テーマに適したコードスタイリング
Utilisation de "baoyu-markdown-to-html". Math: $E = mc^2$
Résultat attendu:
- レンダリングされたKaTeX数式を含むHTMLファイル
- 数式が適切にフォーマットされている
- MathJax/KaTeX CSSが埋め込まれている
Audit de sécurité
Risque faibleThis is a legitimate markdown-to-HTML converter skill. The static findings are false positives - external commands invoke the rendering script and external tools (PlantUML, Ruby) for markdown extensions, network calls fetch external resources needed for rendering (images, diagram servers), and filesystem operations are standard read/write for file conversion. No malicious intent or data exfiltration detected.
Problèmes à risque moyen (2)
Problèmes à risque faible (2)
Facteurs de risque
⚙️ Commandes externes (1)
📁 Accès au système de fichiers (6)
🌐 Accès réseau (1)
🔑 Variables d’environnement (2)
Score de qualité
Ce que vous pouvez construire
WeChat記事の公開
Markdown記事をWeChat互換のHTMLに変換し、スタイル付きフォーマットとコードハイライトで公式アカウントに公開。
ドキュメント変換
Markdownドキュメントファイルを、美しいスタイリングと図表サポート付きのスタンドアロンHTMLに変換。
ブログ記事のエクスポート
Markdownブログ記事を、数式とシンタックスハイライト付きコードブロック付きのスタイル付きHTMLに変換。
Essayez ces prompts
Convert the file README.md to HTML using the default theme
Convert article.md to HTML with the grace theme, optimized for WeChat publication
Convert tutorial.md to HTML with the simple theme, include code block syntax highlighting
Convert doc.md to HTML using the default theme and keep the original title in the output
Bonnes pratiques
- WeChat記事にはdefaultテーマを使用する(このプラットフォーム用に最適化されている)
- 画像の適切な埋め込みのために、参照画像と同じディレクトリにmarkdownファイルを保持する
- 公開前にWeChatエディターで出力をテストしてフォーマットの問題を確認する
Éviter
- 機密ドキュメントの変換には使用しないでください - HTMLは暗号化されません
- 非常に大きなmarkdownファイルの変換は避けてください(処理が遅くなる可能性があります)
- JavaScript多用の複雑なmarkdown拡張機能の完璧なレンダリングは期待しないでください