Missing dollar sign prompt in
I'm testing out the quickstart at https://docs.antora.org/antora/latest/install-and-run-quickstart/. I believe the second command in this snippet, the npm command, needs to be prefixed with a prompt so that the "Copy to clipboard" icon works correctly. Right now when I click the "Copy to clipboard" icon I only get the first line, but you do need to run both the node and npm commands to install the requirements, correct?
Next, let's install the required packages within the playbook project so you can run the `antora` command using `npx`.
[subs=+attributes]
$ node -e "fs.writeFileSync('package.json', '{}')"
npm i -D -E @antora/cli@{page-component-version}.0 @antora/site-generator@{page-component-version}.0
I can send in a MR, just let me know if my guess is correct. Thanks.