Gabriel Nützi
Gabriel Nützi
@MarkEWaite: See the followup #1314 which is a better and refactored solution. This PR still can go in as a patch first...
Thanks! That helps. However, its still kind of hard to find a good way to make a cmake install selfcontaining and rellocatable on all platforms, and also having a cmake...
**Note:** Beware of strange paths on Windows: ``` ENV CC=${CMAKE_C_COMPILER} ``` I think these should be native patchs with `cmake_path(NATIVE CMAKE_C_COMPILER NORMALIZE cc)` like `ENV CC=${cc}` but ninja, still has...
Ok, using `# syntax = docker/dockerfile:1.0` and and `docker buildx build` resolves this issue.
Ah ok, that is probably my error probably, despite that I actually add my paths https://github.com/gabyx/TechnicalMarkdown/blob/feature/docker-image/build.gradle.kts#L207
So far in my [image](https://github.com/gabyx/TechnicalMarkdown/blob/feature/docker-image/tools/docker/Dockerfile): `echo $LUA_PATH` is empty. Actually this gradle setup works on native linux and macOS. Should the LUA_PATH variables point somewhere?
Ah thanks alot. I try this. I only need to add a few extra paths. Is there another better way, so `init.lua` will be read when pandoc starts its lua...
@tarleb Do you know how to add paths in `/init.lua` relative to the data-dir ? ``` package.path = package.path .. ";/filters" ``` ?
This can be fixed by not adding the `root` node when exporting the HTML: Where can this be fixed? ```html MathJax.Hub.Config({"extensions":["tex2jax.js"],"jax":["input/TeX","output/HTML-CSS"],"messageStyle":"none","tex2jax":{"processEnvironments":false,"processEscapes":true,"inlineMath":[["\\f$","\\f$"],["$","$"]],"displayMath":[["\\f[","\\f]"],["$$","$$"]]},"TeX":{"extensions":["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"]},"HTML-CSS":{"availableFonts":["TeX"],"imageFont":null},"root":"vscode-resource:///c:/Users/XXXX/.vscode/extensions/shd101wyy.markdown-preview-enhanced-0.5.3/node_modules/@shd101wyy/mume/dependencies/mathjax"}); ```
Could we add the correct collecting issue/pr wuch that the status banner is showing the correct answer? When all recipes are updated?