-
Notifications
You must be signed in to change notification settings - Fork 18
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
Parentheses in note title is not parsed #70
Comments
First, I apologize for the really late reply! This is weird, parentheses should be working. I'll try to reproduce your issue, make a test case for it and see if there is an issue in our link parsing. In the meantime: We just released mdzk 0.5.1, which includes a lot of changes and fixes. Could you check against it and see if your problem persists? |
@kmaasrud just tried 0.5.1 and the problem persists. |
Allright, thanks for checking 😄 We might not do a whole new release with a patch for this, as we are changing quite a lot with how mdzk works atm. However, I can see if I find the culprit and push the fixes, so that you can install from upstream! Will keep you posted |
No problem. I already adapted to the tool and now use "Author - YEAR - TITLE" as note title. :-) |
This was apparently caused by a logical error in our parser grammar. By compiling from HEAD with a command like |
FYI, the fix is included in 0.5.2 which was just released! |
For example, a note with a title
How to Take Smart Notes (2017) by Sönke Ahrens
was referred in another note as[[How to Take Smart Notes (2017) by Sönke Ahrens]]
, but it is parsed as<span class="missing-link" style="color:darkred;">How to Take Smart Notes</span>
in the HTML generated bymdzk
.The text was updated successfully, but these errors were encountered: