RC Migration Guide Tracker #1047
Labels
add new content
Document something that is not in docs. May require testing, confirmation, or affect other pages.
tsc
guidance required from Technical Steering Committee
Milestone
We’re going to want to document a few things in our migration guide, so I’m using this issue to keep track before we forget. Throw anything else you spot in here!
<Markdown />
, you need to install@astrojs/markdown-component
and update your imports (see Remove references to the <Markdown> component #1045 and Move the Markdown component to its own package astro#3986)legacy.astroFlavoredMarkdown
flag (see Deprecating the "Authoring markdown" section and adding config docs for the new legacy flag #1090 Feat: newlegacy.astroFlavoredMarkdown
flag astro#4016)output
option (see Add theoutput
option astro#4015).html
support (see Add.html
support astro#3867)getHeaders()
togetHeadings()
. Double check if we mentionedastro.content.headers
content
to usefrontmatter
(when @bholmesdev’s done it!)The text was updated successfully, but these errors were encountered: