docs(html-basics.qmd): make description consistent with link-external-filter example code#1332
Conversation
|
also note that this example is repeated at quarto-web/docs/reference/formats/html.json Lines 444 to 445 in 1d47eb8 |
link-external-filter example code
For everyone's sake, quarto-web/docs/reference/formats/html.json is autogenerated by tools/reference.ts, which is updated by So the workflow here is we first fix the schema files (that's quarto-dev/quarto-cli#10806), then we run the command above, and do a separate PR here with the results here. |
|
Indeed for the reference pages. |
|
FWIW, the PR I mentioned for the reference pages: |
link-external-filter example codelink-external-filter example code
cderv
left a comment
There was a problem hiding this comment.
The schema-side fix mentioned above did land, just under a different PR than linked here. quarto-dev/quarto-cli#10806 was closed only because of a push problem on the branch, then redone from scratch as quarto-dev/quarto-cli#12481, which merged and closed #10780. The autogenerated reference page (html.json) already reflects the corrected wording on main.
So this PR's fix to the hardcoded example table is independent of that and still valid against current main. Approving — I'll merge it.
|
Successfully created backport PR for |
The pull request fixes an inconsistency in the example description, making it consistent with the example code.
Fixes quarto-dev/quarto-cli#10780