Skip to content
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

Live Preview Problem #388

Open
0xOktAvIan opened this issue May 27, 2024 · 1 comment
Open

Live Preview Problem #388

0xOktAvIan opened this issue May 27, 2024 · 1 comment

Comments

@0xOktAvIan
Copy link

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.

@0xOktAvIan
Copy link
Author

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:

.map(x => `> ${x}`)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant