Added excluded element classes to HTML parsing to allow for more complex document parsing
Added chunking to conversion of HTML to markdown in case of large files
This commit is contained in:
@@ -386,6 +386,7 @@ input[type="radio"] {
|
||||
.btn-danger:hover {
|
||||
background-color: darken(var(--bs-danger), 10%) !important; /* Darken the background on hover */
|
||||
border-color: darken(var(--bs-danger), 10%) !important; /* Darken the border on hover */
|
||||
color: var(--bs-white) !important; /* Ensure the text remains white and readable */
|
||||
}
|
||||
|
||||
/* Success Alert Styling */
|
||||
|
||||
Reference in New Issue
Block a user