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 I process the assets in markdown, the assets in the markdown line are replaced. For example:
assets/356a3f33b6ce01782efc24e6a2471f69_MD5.jpeg
is replaced with:
assets/a3f33b6ce01782efc24e6a2471f69_MD5.webp
I scanned the code, and the replacement happens here:
obsidiosaurus/src/markdownProcessor.ts
Lines 166 to 168 in 2060719
Should I skip this function? I'm not sure of the impact of those lines of code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I process the assets in markdown, the assets in the markdown line are replaced. For example:
assets/356a3f33b6ce01782efc24e6a2471f69_MD5.jpeg
is replaced with:
assets/a3f33b6ce01782efc24e6a2471f69_MD5.webp
I scanned the code, and the replacement happens here:
obsidiosaurus/src/markdownProcessor.ts
Lines 166 to 168 in 2060719
Should I skip this function? I'm not sure of the impact of those lines of code.
The text was updated successfully, but these errors were encountered: