-
I think i should be able to build all 5 million language definitions to JSON modules and pop them somewhere accessible relatively easily. Since the preprocessor runs in a worker, loading modules on de…
pngwn updated
4 years ago
-
How do you create #anchors with MDsveX?
-
I have a bunch of markdown files in my routes/ directory in a Sapper app. I am noticing the styles from one markdown file applied to other markdown files. If this is not the desired behavior, I will t…
-
When composing a link with a curlywurly inside it fails to work. When using a solo curlywurly it does work.
```
` ` `js exec
let variable = 'testing'
` ` `
> [Compound link](/base/{variable})
…
-
**Describe the bug**
First off, I don't know if this is a bug or my code, but I can't find anything wrong with the code so far, hence why I asking in the context of a 'bug'. I will be very happy if…
-
Here's a simple example with an HTML codeblock:
````
## Hello world
```
Hello world
```
````
This is parsed literally in 0.8, the back-tick fencing is ignored and a link is rendered.
-
Currently trying to add some OG tags to my pages and running into an issue. Using the following code:
```js
```
I get the following error:
```
tags cannot be inside elements or…
-
The home page says:
> Create an index.svench file at the root of your Svench directory to customize this page.
But I'm not able to figure out where this goes. Is it currently working?
-
Todo: make a choice on how to implement the blog
options on the table
* Medium
* Blogger
* Wordpress
* Static markdown files, parsed to blog posts
Note that i put a wordpress ready to serv…
Wolfr updated
4 years ago
-
Is HMR the only difference between [`vite-plugin-svelte`](https://github.com/intrnl/vite-plugin-svelte) and `svite`? I haven't used much of either, but I haven't spotted any other significant differen…