This is not an issue but question. I want to add target="_blank" and utm (marketing) strings to all anchor links in a markdown. What is the best way to achieve this? Are there any examples?
I looked into both AST & parser. Not sure if this needs to be done in parser or in AST. Any pointers to start will help.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is not an issue but question. I want to add
target="_blank"
andutm
(marketing) strings to all anchor links in a markdown. What is the best way to achieve this? Are there any examples?I looked into both AST & parser. Not sure if this needs to be done in parser or in AST. Any pointers to start will help.
Thanks.