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
Markdown cannot be processed due to lunamark's dependency on "cosmo" (and cosmo is no longer bundled with SILE 0.15)
We use our vendored version of lunamark and don't need "cosmo", so we should check how to split the dependency properly (and perhaps mention that upstream, it's not always a necessary dependency)
Workarounds:
keep using SILE 0.14 for now ;)
install cosmo with luarocks explicitly (but it requires gcc etc.)
or mkdir cosmo; touch cosmo/init.lua in your working directory, this will make require('cosmo') happy, and since it's not used in our package, that ought to be fine.
The text was updated successfully, but these errors were encountered:
Some issues with SILE 0.15:
gcc
etc.)mkdir cosmo; touch cosmo/init.lua
in your working directory, this will makerequire('cosmo')
happy, and since it's not used in our package, that ought to be fine.The text was updated successfully, but these errors were encountered: