diff --git a/docs/pages/experiments/docs/callouts.md b/docs/pages/experiments/docs/callouts.md index 608afa51b8a69b..34175da0b8d05d 100644 --- a/docs/pages/experiments/docs/callouts.md +++ b/docs/pages/experiments/docs/callouts.md @@ -110,31 +110,6 @@ It says, "You will fail if you don't heed this dire warning." ::: ``` -## Empty - -Should not be used, here just to ensure forgetting the token is not a big deal. - -::: -This is a callout. -It says, "You will fail if you don't heed this dire warning." - -- emphasised: **bold text** -- some code `
` -- a [link](#link). - -::: - -```markup -::: -This is a callout. -It says, "You will fail if you don't heed this dire warning." - -- emphasised: **bold text** -- some code `
` -- a [link](#link). -::: -``` - ## With code :::info diff --git a/packages/markdown/parseMarkdown.js b/packages/markdown/parseMarkdown.js index 001edef81130bc..caa98584c787a2 100644 --- a/packages/markdown/parseMarkdown.js +++ b/packages/markdown/parseMarkdown.js @@ -458,22 +458,20 @@ function createRender(context) { } return undefined; }, - renderer(token) { - return ``; + + return ``; }, }, ],