hiraga hiroaki
hiraga hiroaki
By writing it as `require('../assets/logo.svg').default`, it worked.
I've encountered the same conversion issues in markdown-pdf that have been mentioned. Specifically, the transformation of `&` to `&`, `\\` to `\`, and new lines to ``, significantly impacts MathJax...
The complete code, including the loading of MathJax, is as follows. Please copy this and add it to the bottom of the head tag in your template.js file. ```js window.onload...
I just realized that the command `obsidian-collapse-all-plugin:collapse-file-explorer` utilizes functionality from another plugin called [obsidian-collapse-all](https://github.com/nathonius/obsidian-collapse-all). This plugin must be installed and enabled for the command to work as expected.
I am experiencing a similar issue. Specifically, when I manually change the order of rows in a table or sort them, the rows revert back to their original position after...