v4.7.0
This version includes a hotfix for markedjs
which is not parsing the inner content of the list items.
Fixed
markedjs
doesn't parse inside list items. We've applied anothermarked.parse
for the inner content of the markedjs.
Updated
- fileListTree title removal updated with empty string check. So to not show the file list tree card title, you need to provide an empty string
''
. Also addedrootFolderTitle
structure back even for single files. As far as you providerootFolderTitle
it will show the root folder on top of the file.
Demo app
- Added another sample card with markdown content which contains list items with other elements like inline codes, bold texts and links.