-
One thing to go on there will be removing snap firefox and replacing with apt version
```bash
snap list
sudo snap remove firefox
sudo apt install firefox
snap list
```
-
HI. I can't get footnotes work even after applying the remark-gfm plugin. Any idea? Thank you.
`/* mdsvex.config.js */
import remarkGfm from 'remark-gfm';
import emoji from 'remark-emoji';
c…
-
### Describe the bug
I'm not sure if this is caused by Vite or SvelteKit. I just know that something is happening when trying to SSR. BTW I am also trying to bypass SSR altogether via the `hooks.js` …
-
Hi, thanks for creating this package, I find it very useful. I am implementing a custom highlighter for mdsvex fenced code blocks. In the highlighter function, I wrap the code in a code tag, but it …
-
thanks for this! i plugged this into my SvelteKit project and ran into this... dont really have any time for a repro but just leaving it here in case this is meaningful to someone
```
Error: Canno…
-
I use the standard Svelte.config.js file
```typescript
const config = {
extensions: ['.svelte', '.svx', '.md'],
preprocess: [
preprocess(),
mdsvex()
],
kit: {
adapter: adapter()…
-
My question might be dumb, but I wonder if it is possible to, instead of having the data coming from internal files, to have the content coming from a CMS instead?
Is this possible? To introduce cu…
-
I'm seeing 500 errors when I try to request md file stubs. Am I missing something?
I used this blog post for guidance on how to use mdsvex https://joshcollinsworth.com/blog/build-static-sveltekit-m…
-
This is gonna sound awkward but.. when i incorporate mdsvex into sveltekit and write a simple .svx file with headers, I get
```
Parse failure: Unexpected character '#' (4:1)
Contents of line 4: …
-
Hi,
I have integrated shiki as highlighter into my sveltekit / mdsvex project, which originally uses Prism as a highlighter.
The complete rendering broke, because a few characters in the code made…