mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 21:46:28 +00:00
types(config): add wider algolia crawler range for content searching comprehensiveness from code & pre & blockquote tags
This commit is contained in:
parent
34ed09fbb0
commit
3d0c6638dd
@ -13,7 +13,7 @@
|
||||
"lvl3": ".content h3",
|
||||
"lvl4": ".content h4",
|
||||
"lvl5": ".content h5",
|
||||
"content": ".content p, .content li",
|
||||
"content": ".content p, .content li, .content code, .content pre, .content blockquote",
|
||||
"lang": {
|
||||
"selector": "/html/@lang",
|
||||
"type": "xpath",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user