sourcegraph/sourcegraph-public-snapshot

Improve rendering of readme/markdown files

Open

#60,431 opened on Feb 12, 2024

 (1 comment) (0 reactions) (0 assignees)Go (1,374 forks)auto 404
good first issue

Repository metrics

Stars
 (10,290 stars)
PR merge metrics
 (PR metrics pending)

Description

Compare production vs prototype:

Prod:

Image

Prototype:

Image

What stands out:

  • Syntax highlighting (although it seems to work running the prototype locally)
  • Header underlines
  • Link anchors

Most of the styling is in Markdown.module.scss.

Contributor guide