Update readme

This commit is contained in:
Marc Wrobel
2025-03-24 17:44:20 +01:00
parent df23bc2f8e
commit aa59d4ab9e
2 changed files with 373 additions and 359 deletions

View File

@@ -13,7 +13,6 @@ from liquid import Template
This script works based on a definition provided in the product's frontmatter to locate the table and extract the
necessary information. Available configuration options are:
- selector (mandatory, no default): A CSS selector used to locate one or more tables in the page.
- selector (mandatory, no default): A CSS selector used to locate one or more tables in the page.
- header_selector (mandatory, default = thead tr): A CSS selector used to locate the table's header row.
- rows_selector (mandatory, default = tbody tr): A CSS selector used to locate the table's rows.