We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde4f6a commit 41118a4Copy full SHA for 41118a4
1 file changed
plugins/theme/helpers/index.mjs
@@ -11,7 +11,7 @@ const formatStability = (ctx, level, tag) => {
11
? ctx.helpers.getCommentParts(tag.content).trim()
12
: '';
13
return message
14
- ? `> Stability: ${level}: ${message}`
+ ? `> Stability: ${level}: ${message.replace(/\n/g, '\n> ')}`
15
: `> Stability: ${level}`;
16
};
17
0 commit comments