We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding sub folders to the yaml file the markdown heading level should increase
For example
label: My Bookmarks description: Collection of my bookmarks folders: - label: General folders: - label: Search engines bookmarks: - label: Google href: https://www.google.com
Should render as
# My bookmarks Collection of my bookmarks ## General ### Search engines * [Google](https://www.google.com)
Currently it renders as:
# My bookmarks Collection of my bookmarks ## General ## Search engines * [Google](https://www.google.com)
The text was updated successfully, but these errors were encountered:
Hello, thanks for the feedback, like your issue here: #6
Could you describe what it actually looks like? I put a note here: https://github.com/thearegee/bookworms/blob/2c724d03f40451fc2289fbf29291808693a1d463/src/generate-bookmarks.js#L44
Markdown has a couple of issues with generating the hierarchy - I want to look into these but would be a great issue for you to pick up if interested?
Sorry, something went wrong.
329e5ae
This was all solved by @drodil thank you
No branches or pull requests
When adding sub folders to the yaml file the markdown heading level should increase
For example
Should render as
Currently it renders as:
The text was updated successfully, but these errors were encountered: