Compare commits

..

No commits in common. "fe3e599909f56209c9aa59e63623c99ae8460f7d" and "8a25a9e3658e4844996752d6ddb7334bab4c0f8b" have entirely different histories.

3 changed files with 0 additions and 11 deletions

1
.gitignore vendored
View File

@ -7,4 +7,3 @@ dist-newstyle
*.html *.html
*.pdf *.pdf
/svg-inkscape/ /svg-inkscape/
dist-newstyle

View File

@ -9,16 +9,6 @@ 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)

BIN
dist-newstyle/cache/config vendored Normal file

Binary file not shown.