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

fix(nuemark): reflink followed by link #513

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nobkd
Copy link
Collaborator

@nobkd nobkd commented Mar 18, 2025

See fail e.g. here: https://nuejs.org/blog/rethinking-reactivity/#keeping-things-small

Note

parsed [ref][r] ... [link](/):
previously as: <a href="/">ref]<r custom="r"></r> ... [link</a>
with this fix: <a href="r">ref</a> ... <a href="/">link</a>

@nobkd nobkd force-pushed the fix-reflink-link branch from 4e3a259 to bd22867 Compare March 18, 2025 17:03
@nobkd nobkd force-pushed the fix-reflink-link branch from 359993a to 543cfc4 Compare March 18, 2025 17:07
@nobkd nobkd marked this pull request as ready for review March 18, 2025 17:08
@nobkd nobkd requested a review from tipiirai March 21, 2025 01:59
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

Successfully merging this pull request may close these issues.

1 participant