Skip to content

Respect inherited font-size in markdown code block

Tan Le requested to merge fix-blob-viewer-code-block-font into master

What does this MR do and why?

Respect inherited font-size in markdown code block.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-01-26_at_1.30.54_pm Screenshot_2024-01-26_at_1.30.30_pm

How to set up and validate locally

  1. Edit a README.md in any project.
  2. Save the following content.
# Step 3: Going `mise` 

## Step 3.1: Installing `mise`

### Step 3.1.1: Uninstall `asdf` before installing `mise`

The Infrastructure department is currently migrating from `asdf` to `mise` (formerly known as `rtx`). See [gitlab-com/runbooks#134](https://gitlab.com/gitlab-com/runbooks/-/issues/134) for details of the migration

**It is not recommended that you run `asdf` alongside `mise`.**

Please ensure that you uninstall `asdf` before installing `mise`.

To uninstall `asdf`, full instructions are available at <https://asdf-vm.com/manage/core.html#uninstall>.
  1. Ensure that the font-size of the code block in headers are consistent with other text.

Merge request reports