Closed Mjvolk3 closed 10 months ago
I set MERMAID_FILTER_WIDTH=200 right before running pandoc command and I am unable to get the size adjustment. Am I setting the variables incorrectly? I first tried adding them to my ~/.zshrc but this didn't work.
MERMAID_FILTER_WIDTH=200
pandoc
~/.zshrc
probably need to export the variable.
I set
MERMAID_FILTER_WIDTH=200
right before runningpandoc
command and I am unable to get the size adjustment. Am I setting the variables incorrectly? I first tried adding them to my~/.zshrc
but this didn't work.