You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been playing around with mpx ("@mathpix/mpx-cli": "^0.4.0") to build a github pages site from some markdown files with inline and block equations, and noticed some strange behaviour.
Given src/index.mmd, and an empty docs directory, invoking mpx with npx build --input src --output docs results in:
bash-5.1# npx mpx build --input src --output docs
Converting src to docs
Wrote 0 files in 0.24 seconds
If I rename src to source and repeat, it works fine:
bash-5.1# npx mpx build --input source --output docs
Converting source to docs
Wrote 1 file in 0.57 seconds
The text was updated successfully, but these errors were encountered:
I've been playing around with mpx (
"@mathpix/mpx-cli": "^0.4.0"
) to build a github pages site from some markdown files with inline and block equations, and noticed some strange behaviour.Given
src/index.mmd
, and an emptydocs
directory, invoking mpx withnpx build --input src --output docs
results in:If I rename
src
tosource
and repeat, it works fine:The text was updated successfully, but these errors were encountered: