diff --git a/lint-rules/require-playground-link.js b/lint-rules/require-playground-link.js index 104ffca8..873167bd 100644 --- a/lint-rules/require-playground-link.js +++ b/lint-rules/require-playground-link.js @@ -26,7 +26,7 @@ export const requirePlaygroundLinkRule = /** @type {const} */ ({ }, fixable: 'code', messages: { - missingPlaygroundLink: 'Example codeblocks must have an associated playground link. Add the following after the example codeblock:\n[Playground Link]({{playgroundLink}})', + missingPlaygroundLink: 'Example codeblocks must have an associated playground link. Add the following after the example codeblock:\n\n[Playground Link]({{playgroundLink}})\n\n', incorrectPlaygroundLink: 'Incorrect playground link. Update the link to the following:\n{{playgroundLink}}', }, schema: [],