Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe3e599909 | ||
|
|
7b3e46d1ec |
@@ -7,3 +7,4 @@ dist-newstyle
|
|||||||
*.html
|
*.html
|
||||||
*.pdf
|
*.pdf
|
||||||
/svg-inkscape/
|
/svg-inkscape/
|
||||||
|
dist-newstyle
|
||||||
|
|||||||
@@ -9,6 +9,16 @@ A self-contained CLI tool that converts Markdown with Mermaid diagrams into PDF
|
|||||||
|
|
||||||
Mermaid code blocks (```mermaid) will be rendered to SVG and embedded.
|
Mermaid code blocks (```mermaid) will be rendered to SVG and embedded.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
### Build and install to PATH
|
||||||
|
|
||||||
|
cabal install --installdir=$HOME/.local/bin
|
||||||
|
|
||||||
|
Make sure `~/.local/bin` is in your PATH. Add to your shell config if needed:
|
||||||
|
|
||||||
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- GHC + Cabal (via ghcup)
|
- GHC + Cabal (via ghcup)
|
||||||
|
|||||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user