Skip to content

Commit

Permalink
dan: dan nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Aug 29, 2022
1 parent 0b0ef7f commit a36be1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/integrations/mdx/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ export default function mdx(mdxOptions: MdxOptions = {}): AstroIntegration {
(config.markdown.rehypePlugins?.length || config.markdown.remarkPlugins?.length)
) {
console.log(
blue(
`[MDX] ${bold('New')} Inheriting remark and rehype plugins from "markdown" config.`
)
blue(`[MDX] Now inheriting remark and rehype plugins from "markdown" config.`)
);
console.log(
`If you applied a plugin to both your Markdown and MDX configs, we suggest ${bold(
Expand Down

0 comments on commit a36be1f

Please sign in to comment.