-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Currently, the HTML embedder splits a webpage into sections for each paragraph, code block, header etc.
This works pretty great for articles and blog posts, where information is divided as such and each paragraph can be used independently. However, this falls apart for most documentation as it loses the relationship between a paragraph explaining code, and the code it's explaining.
It would be cool if this splitting behavior was configurable. I think the default behavior is fine for most cases, but the added ability of either only splitting on certain tokens, or not splitting at all would also be great options to have.
Metadata
Metadata
Assignees
Labels
No labels