SeleniumHQ / seleniumhq.github.io

Official Selenium website and documentation
https://selenium.dev
Apache License 2.0
1.09k stars 1.28k forks source link

Fix formatting of bulleted list #1879

Closed sbabcoc closed 3 weeks ago

sbabcoc commented 3 weeks ago

User description

Description

Fix minor formatting issue

Motivation and Context

Making things pretty

Types of changes

Checklist


PR Type

documentation


Description


Changes walkthrough ๐Ÿ“

Relevant files
Formatting
htmlunit-remote-for-selenium-4-grid.md
Fix formatting of bulleted list in documentation                 

website_and_docs/content/blog/2024/htmlunit-remote-for-selenium-4-grid.md
  • Fixed formatting of bulleted list.
  • Removed unnecessary indentation for list items.
  • +3/-3     

    ๐Ÿ’ก PR-Agent usage: Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    netlify[bot] commented 3 weeks ago

    Deploy Preview for selenium-dev ready!

    Name Link
    Latest commit b04f7a9b61a9d5fa87fe157bb362b2ac721bbe5f
    Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/66c59286fb16420008976af4
    Deploy Preview https://deploy-preview-1879--selenium-dev.netlify.app
    Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify site configuration.

    codiumai-pr-agent-pro[bot] commented 3 weeks ago

    PR Reviewer Guide ๐Ÿ”

    โฑ๏ธ Estimated effort to review: 1 ๐Ÿ”ตโšชโšชโšชโšช
    ๐Ÿงช No relevant tests
    ๐Ÿ”’ No security concerns identified
    โšก No key issues to review
    codiumai-pr-agent-pro[bot] commented 3 weeks ago

    PR Code Suggestions โœจ

    CategorySuggestion                                                                                                                                    Score
    Enhancement
    Add a space after each asterisk in the bulleted list for better readability and consistent formatting ___ **Consider adding a space after each asterisk in the bulleted list to improve
    readability and ensure consistent formatting across different Markdown renderers.** [website_and_docs/content/blog/2024/htmlunit-remote-for-selenium-4-grid.md [42-44]](https://github.com/SeleniumHQ/seleniumhq.github.io/pull/1879/files#diff-317249f360524da089f7e1cdcee260e61c5a1f18c5524ad37f1eb3c42606f7e3R42-R44) ```diff -+* Create and manage driver sessions -+* Route driver commands to specified driver sessions -+* Package driver method results into HTTP responses ++ * Create and manage driver sessions ++ * Route driver commands to specified driver sessions ++ * Package driver method results into HTTP responses ``` - [ ] **Apply this suggestion**
    Suggestion importance[1-10]: 7 Why: The suggestion improves readability and ensures consistent formatting across different Markdown renderers by adding a space after each asterisk in the bulleted list. This is a minor enhancement but contributes to better presentation.
    7