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
In Firefox the links are visible when selecting View -> Page Style -> No style, so this is likely something present in CSS. Indeed, the a.hover has text-decoration: underline;.
We should consider replacing the Markdown rendering currently done via grip (which uses Github markdown RESTful API) with something else. Recently I stumbled across https://github.com/jackyzha0/quartz which I believe renders the content locally; also it is usable with Github pages.
The links in the HTML documents rendered for the
notes
branch are visible only when hovering.This might have been introduced with the recent token change for the
grip
tool used to generate HTML.The text was updated successfully, but these errors were encountered: