We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9f9b53 + aca4d8b commit 2050ee9Copy full SHA for 2050ee9
1 file changed
tools/@aws-cdk/pkglint/lib/readme-contents.ts
@@ -66,9 +66,9 @@ export function cfnOnlyReadmeContents(options: LibraryReadmeOptions) {
66
...(options.alphaPackageName ? [
67
'',
68
'> The construct library for this service is in preview. Since it is not stable yet, it is distributed',
69
- '> as a separate package so that you can pin its version independently of the rest of the CDK. See the package named:',
+ '> as a separate package so that you can pin its version independently of the rest of the CDK. See the package:',
70
'>',
71
- `> ${options.alphaPackageName}`,
+ `> <span class="package-reference">${options.alphaPackageName}</span>`,
72
] : []),
73
74
'<!--BEGIN CFNONLY DISCLAIMER-->',
0 commit comments