life-itself / web3

Making sense of web3 & crypto. Introduction to key concepts and ideas. Rigorous, constructive analysis of key claims pro and con. A look at the deeper hopes and aspirations.

Home Page:https://web3.lifeitself.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Next links (internal links) in markdown pages

khalilcodes opened this issue · comments

Next links (internal links) support in markdown pages and eliminate the need for redirecting links ending with .md

Acceptance

  • Internal links are Next links. eg. <Link href="...">
    • Handle links ending with .md (currently set as redirects).
  • External links ie., <a href="..." /> open in new tab.

DONE Anchor.js component was modified to support all of the above.