-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Fix issue 42 #43
Fix issue 42 #43
Conversation
In your example, I think |
Oh I see, then it perfectly works! |
Perfect, Ill merge this PR now! |
@zhaoshenzhai A minor point, but this line needs to be optional chaining obsidian-mathlinks/src/links/reading.ts Line 85 in 053ce4c
that is targetEl.getAttribute("data-href")?.replace(/\.md/, ""); |
Right, yes, thank you! |
#42
Added some logging code for debugging.