Convert Firefox bookmarks JSON file to markdown
问题 Background I want to show part of my bookmarks on my Hugo website. The bookmarks from Firefox can be saved in JSON format, this is the source. The result should represent the nested structure somehow, in a format of a nested list, treeview or accordion. The source files of contents on the website are written in markdown. I want to generate a markdown file from the JSON input. As I searched for possible solutions: treeview or accordion: HTML, CSS and Javascript needed. I could not nest