Skip to content

docs(mobile): fix markdown list formatting in docs#364

Open
guesung wants to merge 1 commit intotoss:mainfrom
guesung:docs/fix-markdown-list-formatting
Open

docs(mobile): fix markdown list formatting in docs#364
guesung wants to merge 1 commit intotoss:mainfrom
guesung:docs/fix-markdown-list-formatting

Conversation

@guesung
Copy link
Copy Markdown
Contributor

@guesung guesung commented Apr 2, 2026

Summary

  • Fix markdown list items that were merged into single lines, breaking rendering
  • Affected files: isIOS.md, subscribeKeyboardHeight.md (EN + KO)
  • Split list items into proper separate lines with correct spacing

before

image

after

image

Test plan

  • Verify docs render correctly on VitePress

List items were merged into single lines, breaking markdown rendering.
Split them into proper separate lines for isIOS and subscribeKeyboardHeight docs.
Copilot AI review requested due to automatic review settings April 2, 2026 06:59
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes Markdown list formatting in the mobile package utility docs so that bullet points render correctly (instead of being merged into single lines) in the VitePress documentation site.

Changes:

  • Reformatted event-list bullets for subscribeKeyboardHeight (EN) into proper Markdown lists.
  • Reformatted the same subscribeKeyboardHeight doc in Korean (KO) into proper Markdown lists.
  • Reformatted “Notes on platform inconsistencies” bullets in isIOS docs (EN) into a proper Markdown list.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/mobile/src/utils/subscribeKeyboardHeight/subscribeKeyboardHeight.md Splits previously inline list content into valid Markdown bullets and sections.
packages/mobile/src/utils/subscribeKeyboardHeight/ko/subscribeKeyboardHeight.md Applies the same list formatting fix to the Korean translation.
packages/mobile/src/utils/isIOS/isIOS.md Splits platform-notes bullets into a valid Markdown list for correct rendering.

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