Jonas Lieb

Results 3 comments of Jonas Lieb

Changing the imports to `const { compile, preprocess } = require('svelte/compiler');` appears to resolve the issue. However, I don't know if the import will work for older Svelte versions too.

@loristewis See this commit: https://github.com/DeMoorJasper/parcel-plugin-svelte/commit/bd8207ccea11ad2a367f5318f0818eba674c9d3b and #153

This bug affects me too, that's why I investigated some more... The error is in this line: https://github.com/MSzturc/obsidian-advanced-slides/blob/2d713cadf4485124afc88e32ee27a48fa7c2c551/src/processors/latexProcessor.ts#L41 The `LatexProcessor` changes the content of any line containing a `$` according...