fix: Formatting issue in the installation page of Integration testing #705
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
bashcode 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
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:
npm run serve:
Before Change:
1. Linux native installation section
2. MacOS native installation section
After Change:
1. Linux native installation section
2. MacOS native installation section
Checklist: