Open
Description
For various reasons, I think use of relaxedjs
needs to be aborted in favour of a different approach.
See this comment for an example of how to use mermaidcli
to render images before the pdf render happens: orzih#93 (comment)
I propose:
- Reverting the
relaxedjs
patches. - Adopting the code from the linked comment above.
- Rework it to avoid use of
/tmp
files.chromium-browser
on Ubuntu is shipped as asnap
which can't access the/tmp
directory and causes this approach to silently fail.- The
site
folder could quite happily be used to store these temp files, or some other build folder (perhaps user specified).