Same source, different build environment results to different output #45
Replies: 5 comments 3 replies
-
Can you make sure you install The codes you see ( If it is present, then maybe the difference lies in the environment variables. Try exporting |
Beta Was this translation helpful? Give feedback.
-
It shouldn't matter, no. So, I'm not sure to understand how you are using markdown-exec exactly. Could you paste all relevant snippets here? The code blocks, the |
Beta Was this translation helpful? Give feedback.
-
Hello, and sorry for the late reaction. I am looking at the same page in Firefox, Chrome and then Edge. In Edge it looks different (less messy). Before going for an adventurous "bug"-hunting, may the root of the problem be just the font ? |
Beta Was this translation helpful? Give feedback.
-
I think the problem is indeed the lack of proper Unicode and/or font support in the CI/CD image. And related to uniplot, see also - apt-get update && apt-get install -y locales
- locale-gen en_US.UTF-8
- update-locale LANG=en_US.UTF-8 |
Beta Was this translation helpful? Give feedback.
-
I also saw now : after tryint to set tome environment variable/s in the CI yaml script, then in some code blocks, in the very beginning |
Beta Was this translation helpful? Give feedback.
-
I am not sure about the cause for the difference below :
mkdocs serve --watch-theme --dirty --verbose
or indeed using PDM to run the build command, i.e.pdm run mkdocs build --verbose --site-dir public
.$HOME/.local/bin/pdm run mkdocs build --verbose --site-dir public
by a GitLab runner, published via GitLab Pages. The built process runs inside a standard Python 3.11 docker container.What can be the cause for the difference?
Beta Was this translation helpful? Give feedback.
All reactions