Page: https://docs.base.org/base-chain/quickstart/why-base
File: docs/base-chain/quickstart/why-base.mdx
Description
Two bullet points in the body text are missing a line break, causing them to run into the next paragraph.
First occurrence – "A platform for building innovative apps" section:
- Accept payments from anyone, easilyIt's fast, cheap, and permissionless...
Second occurrence – "Expansive developer tools" section:
- Robust developer toolingBut there's more: ...
Expected behavior
Each bullet point should end before the following sentence begins, e.g.:
- Accept payments from anyone, easily
It's fast, cheap, and permissionless...
Steps to reproduce
- Visit https://docs.base.org/base-chain/quickstart/why-base
- Look at the bullet list under "A platform for building innovative apps"
- The last bullet item runs directly into the next paragraph without a line break
Suggested fix
Add a blank line (or move the continuation text outside the list block) after each affected bullet item in the MDX source.
Page: https://docs.base.org/base-chain/quickstart/why-base
File:
docs/base-chain/quickstart/why-base.mdxDescription
Two bullet points in the body text are missing a line break, causing them to run into the next paragraph.
First occurrence – "A platform for building innovative apps" section:
Second occurrence – "Expansive developer tools" section:
Expected behavior
Each bullet point should end before the following sentence begins, e.g.:
Steps to reproduce
Suggested fix
Add a blank line (or move the continuation text outside the list block) after each affected bullet item in the MDX source.