Results 3 issues of Stibbs

## Issue svelte-sitemap does not recognise the build directory when using adapter-vercel, regardless of what output directory is provided. ## Details ### Error `× Make sure you are using this...

documentation

# [Radar charts](https://en.wikipedia.org/wiki/Radar_chart) A simple example would be a chart showing "sales by quarter": ```elixir data = [ {65, 50, 75, 90} ] output = data |> Dataset.new(["Q1", "Q2", "Q3",...

Is it possible to retain a raw value within a code block so that it gets processed by Svelte? I am writing some interactive guides using markdown. The user inputs...