ajcadran / xml-to-linkpage

A node package that converts a Markdown file into a lnktree style static website
MIT License
0 stars 0 forks source link

Simplify link tag #11

Closed ajcadran closed 2 weeks ago

ajcadran commented 2 weeks ago

Summary

Instead of using <text> and <url>, use the following format:

<link url="mywebsite.com">My Website</link>