Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
re-mind
/
Crawl4AI
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
Crawl4AI
/
docs
/
md_v2
/
assets
/
highlight_init.js
amaye15
test
03c0888
27 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
172 Bytes
document
.
addEventListener
(
'DOMContentLoaded'
,
(
event
) =>
{
document
.
querySelectorAll
(
'pre code'
).
forEach
(
(
block
) =>
{
hljs.
highlightBlock
(block);
});
});