You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking into the code a bit, the problem would probably be solved by changing file 'src/annotationUtils.tsx' on line 99, by adding a space between ">" and "$". The line would then look like this:
I have noticed a problem, when using the extension at the same time with live preview:
Issue:
When looking at the annotations in "markdown mode", the tag is not clickable.
Proposed Fix:
By adding a space between the ">" of the callout and the rest of the text, the tag would automatically become clickable.
The text was updated successfully, but these errors were encountered: