Path: blob/main/tests/docs/crossrefs/before-newcrossref-regression-tests/listings.qmd
3587 views
--- title: Listings Test --- ```{#lst-customers .sql lst-cap="Customers Query"} SELECT * FROM Customers ``` Then we query the customers database (@lst-customers).