docs: style adjustment

This commit is contained in:
Karim shoair
2026-03-30 03:53:56 +02:00
parent 1f1e475772
commit a403156b2e
36 changed files with 159 additions and 159 deletions
@@ -44,7 +44,7 @@ Some BeautifulSoup shortcuts have no direct Scrapling equivalent. Scrapling avoi
¹ **Note:** BS4's `find_previous`/`find_all_previous` searches all preceding elements in document order, while Scrapling's `path` only returns ancestors (the parent chain). These are not exact equivalents, but ancestor search covers the most common use case.
BeautifulSoup supports modifying/manipulating the parsed DOM. Scrapling does not it is read-only and optimized for extraction.
BeautifulSoup supports modifying/manipulating the parsed DOM. Scrapling does not - it is read-only and optimized for extraction.
### Full Example: Extracting Links