This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # glowm - Glow with Mermaid support | |
| # | |
| # Pre-processes markdown files to render ```mermaid blocks as ASCII | |
| # before passing to glow for display. | |
| # | |
| # Requirements: | |
| # - glow (brew install glow) | |
| # - mermaid-ascii (go install github.com/AlexanderGrooff/mermaid-ascii@latest) |