Documentation: add examples of queries made using XPATH
#606
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
type/documentation
Documentation related issue
Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).
As an example, I tried to query the
og:url
metadata.I tried variations of
//meta[property='og:url']::attr(content)
, with or without the leading//
, and with or without theattr(content)
, but was unsuccessful.Cheers
The text was updated successfully, but these errors were encountered: