Created
February 4, 2023 12:13
-
-
Save pedroamador/5f6f7cbb7977df8f79434e8ec6491798 to your computer and use it in GitHub Desktop.
Convertir fichero markdown a pdf con flow-as-code MermaidJS usando pandoc
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
Objetivo: convertir fichero markdown a PDF que incluya flujos como código de MermaidJS usando pandoc | |
MAC: | |
1. Instalar pandoc y basictex "brew install pandoc basictex" | |
2. Instalar filtro de mermaid "npm install --global mermaid-filter" | |
3. Traducir documento "pandoc -F mermaid-filter -o sf_DoR_Jira.pdf wf_DoR_Jira.md" | |
Linux: | |
TBD | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment