docs
docs copied to clipboard
Astro documentation
add line 224, 225, 383 #### Description (required) #### Related issues & labels (optional) - Closes # - Suggested label:
#### Description (required) I translated nav.ts. #### Related issues & labels (optional) - Suggested label: i18n #### First-time contributor to Astro Docs? @tarik
### π Subject area/topic Runtime API ### π Page(s) affected (or suggested, for new content) https://docs.astro.build/en/reference/api-reference/#astrocanonicalurl ### π Description of content that is out-of-date or incorrect I was implementing logic...
### π Subject area/topic View Transitions ### π Suggested page Either on the View Transitions page (https://docs.astro.build/en/guides/view-transitions/#lifecycle-events) or on some reference page ### π General description or bullet points (if...
### π Subject area/topic Nanostores ### π Page(s) affected (or suggested, for new content) https://docs.astro.build/en/recipes/sharing-state-islands/ https://docs.astro.build/en/recipes/sharing-state/ ### π Description of content that is out-of-date or incorrect Currently, the docs pertaining...
### π Subject area/topic @astrojs/tailwind ### π Suggested page https://docs.astro.build/en/guides/integrations-guide/tailwind/ ### π General description or bullet points (if proposing new content) The `@astrojs/tailwind` integration can be a bit confusing at...
### π Explain your issue I wanted to add the remarkToc plugin to my astro config as described in the [documentation](https://docs.astro.build/en/reference/configuration-reference/#markdownremarkplugins). ```js export default defineConfig({ markdown: { remarkPlugins: [remarkToc], },...
### π Explain your issue The [/view-transitions/#script-re-execution](https://docs.astro.build/en/guides/view-transitions/#script-re-execution) section I think is not correctly directing users to the truly happy path. Ideally for most users a lifecycle event would be listened...
### π Subject area/topic Imports ### π Page(s) affected (or suggested, for new content) https://docs.astro.build/en/guides/imports/#node-builtins ### π Description of content that is out-of-date or incorrect The βNode Builtinsβ section in...
### Astro Info ```block Astro: v4.5.6 Output: static ``` ### Describe the Bug Newlines are left as real whitespace in the HTML output, instead of being removed. Input ```astro A...