Skip to content

Instantly share code, notes, and snippets.

@ktaka-ccmp
ktaka-ccmp / gist:e616ccece0ee62d03c4ba95e84053a8b
Last active January 10, 2025 03:50
PasskeyとGoogle OAuth2/OIDCによるソーシャルログインの違いについて聞いてみた
https://claude.ai/chat/51ee6f6b-2083-4d56-86ad-add6a039ca1c
@ktaka-ccmp
ktaka-ccmp / gist:eebc7f03d10cb54b9500f02559255855
Last active December 17, 2024 06:44
Add AsciiDoc support to @mermaid-js/mermaid-cli
This patch adds AsciiDoc support to mermaid-cli, allowing it to process Mermaid diagrams in AsciiDoc files.
Features:
- Supports both [.mermaid] block and ```mermaid code block syntaxes
- Generates numbered image files (SVG/PNG/PDF)
- Replaces diagrams with proper AsciiDoc image syntax
- Maintains compatibility with existing Markdown processing
- Minimal changes to the original codebase
Example: