-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<EMPTY TAG> #807
Comments
…Could you provide those examples in raw HTML? You can use ```html
The multiline content goes here; <tags>, _formatting chars_ and whitespace are retained as-is.
(that "html" word after the initial "```" is optional and enables HTML syntax highlighting)
``` Having a (minimal) file example that can be used to directly reproduce the problem would be handy when trying to fix it 🙂 If the example is lengthy, you can put it into a (clickable) collapsible content block like this<details><summary>Handle (e.g. name of the example)</summary>
```html
The long example goes here. (Note the blank line before "```html")
```
</details> …Also – which version are you using? E.g. v4.9 release (installed from PyPI), or nightly (installed from GitHub)? |
Here are two exported Firefox bookmark files. You can see the folder above links is not working, but below is. |
I had a problem with FireFox exported bookmarks. If there are nested folders that are placed above existing links in the tree everything (links and any folder with links) below will be skipped and thus not tagged properly as their folder name. I've confirmed the issue with several tests. I don't know if it's a FireFox problem with how the bookmark markup is written, or if it is with the Buku parser (likely).
This fails to properly tag links in folders
This works when placing the folder below the existing links
The text was updated successfully, but these errors were encountered: