hackerwins / codepair-old

Real-time markdown editor for interviews, meetings and more...
https://codepair-old.yorkie.dev
Apache License 2.0
90 stars 29 forks source link

Modify/click link check #237

Closed easylogic closed 1 year ago

easylogic commented 1 year ago

What this PR does / why we need it?

Resolved the problem that the token type is displayed differently when clicking on the link

Links can be roughly connected to other places, so the type can come out.

  1. If the link text exists at the beginning of the document: link
  2. If present in link format: link link
  3. If it exists inside a specific text: variable-2 link

Allows all links to be checked.

Any background context you want to provide?

What are the relevant tickets?

Fixes #

Checklist