-
-
Notifications
You must be signed in to change notification settings - Fork 159
docs: wire up compiler/runtime warnings/errors #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
d85c1a4
to
5cd95a2
Compare
Changes we should make, whether in this PR or as separate work that gets merged first:
|
5cd95a2
to
b49c510
Compare
What are you envisaging for the look of the block quotes? You can go to the "Compiler errors" page where the first entry is a blockquote now and style it. |
(maybe we style the %interpolations% differently...) |
Ready to go from my side, with details to be fleshed out once we have time.
With more text in it, some of these italic blockquotes are really hard to read. Should we tone it done a bit with the italicness, if possible? |
The Seeing it on the page, I agree that there's way too much italic. And the headers really don't look good. I'm going to change all the h2s to h3s, put the blockquotes back in code blocks, and remove the copy-to-clipboard buttons |
This reverts commit 3d6ceaa.
oops I didn't mean to merge this yet |
* docs: wire up compiler/runtime warnigns/errors * allow (and properly style) code blocks in headings * testbed * wire up correct branch * add [!NOTE] type * sync * back to main * lint * sync * Revert "add [!NOTE] type" This reverts commit 3d6ceaa. * sync * Revert "allow (and properly style) code blocks in headings" This reverts commit 1501e5b. * remove copy-to-clipboard buttons from code blocks without a lang * support includes, remove some unused code * sync --------- Co-authored-by: Simon Holthausen <[email protected]>
Companion PR to sveltejs/svelte#13557 which is responsible for the generation - this just brings it over, wires up a few redirects, and makes it possible to preview how it looks. Some observations: