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
Hi @wangzuo! Thank you for porting medium-editor to React!
Can I modify the content of the Editor to be a component rather than pure HTML tags?
For example, instead of <a href=..>, I would like the editor to instead display my react anchor component <FancyAnchor href=... /> which might have a different visual treatment. How do you suggest I achieve it?
The text was updated successfully, but these errors were encountered:
Hi @wangzuo! Thank you for porting
medium-editor
to React!Can I modify the content of the Editor to be a component rather than pure HTML tags?
For example, instead of
<a href=..>
, I would like the editor to instead display my react anchor component<FancyAnchor href=... />
which might have a different visual treatment. How do you suggest I achieve it?The text was updated successfully, but these errors were encountered: