The physical file path discovery of the marked JS library in the BitMarkdownService class needs improvement:
- Currently, the manual search using the Directory and the AppContext classes is implemented, which is not sufficient. The better way is to use a proper instance of the
IFileProvider interface.