Handle in-app links within markdown
Created by: felixfbecker
Prevents full-page reloads when a link is clicked inside markdown, which makes a jarring UX. Code insights need to link to other pages of the app (e.g. directories, files, or search results).
Example (note the full page reload):
The interesting part of this PR is the change in Markdown.tsx. The majority of this PR is adding the history
prop to most components that were missing it, which I did with ts-morph
. I'd be happy to add ts-morph as a tool in a separate PR.