docs(html-basics.qmd): make description consistent with `link-external-filter` example code
The pull request fixes an inconsistency in the example description, making it consistent with the example code.
Fixes quarto-dev/quarto-cli#10780
also note that this example is repeated at https://github.com/quarto-dev/quarto-web/blob/1d47eb81f05ec4b6c48864971a392ef677418eaa/docs/reference/formats/html.json#L444-L445 which also has to be addressed I think
which also has to be addressed I think
For everyone's sake, quarto-web/docs/reference/formats/html.json is autogenerated by tools/reference.ts, which is updated by quarto run tools/reference.ts, as described on our README.
So the workflow here is we first fix the schema files (that's https://github.com/quarto-dev/quarto-cli/pull/10806/), then we run the command above, and do a separate PR here with the results here.
Indeed for the reference pages. Also why this PR only changes the hardcoded example.
FWIW, the PR I mentioned for the reference pages:
- https://github.com/quarto-dev/quarto-cli/pull/10806