bobertoyin / bobertoyin.com

A digital space for being myself.
https://bobertoyin.com
MIT License
0 stars 0 forks source link

fix code-link elements in changelog #73

Closed bobertoyin closed 1 month ago

bobertoyin commented 1 month ago

The code ticks should probably be placed outside of the link indicators: https://github.com/bobertoyin/bobertoyin.com/blob/b0a630183536119e370b462cd1195f7314f17060/content/changelog.md?plain=1#L16-L18

bobertoyin commented 1 month ago

maybe expand this to also make all links open in new tabs by default (currently links that come from markdown do not do this)

internal inks (links to other pages on the site) will need to override this behavior, but this is probably fine since the number of internal links should be smaller than the number of external links

how to change the default behavior: https://www.w3schools.com/tags/tag_base.asp