Skip to content

Conversation

@AryanCruise
Copy link

What has changed?

This PR corrects the Markdown formatting in the installation guide (installation_tabs.md), specifically within the Linux, macOS, and Windows sections.

This resolves a rendering bug where bash code blocks were not properly indented inside their numbered list items. This lack of indentation caused the Markdown parser to break the list's structure, leading to visual alignment issues. The fix ensures all lists containing code blocks now render correctly with consistent styling.

Also fixed the title names above code blocks in the Linux native section, which didn't have the same text formatting as other sections.

This PR Resolves #3022 (issue raised on keploy/keploy)

Type of change

  • Bug fix (non-breaking change which fixes an issue).

How Has This Been Tested?

I have tested these changes by running the development server locally with npm run start and visually confirming that the fix is working as expected.

As requested, I have also run npm run build and npm run serve to verify the production build.

npm run build:

image

npm run serve:

image

Before Change:

1. Linux native installation section

image

2. MacOS native installation section

image

After Change:

1. Linux native installation section

image

2. MacOS native installation section

image

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.

@AryanCruise AryanCruise changed the title fix: Formatting issue in the installation section of Integration testing fix: Formatting issue in the installation page of Integration testing Oct 22, 2025
@Achanandhi-M
Copy link
Member

Hey @AryanCruise currently we don't need this changes thanks for raising the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants