Ning Zhang commented on a discussion: 
https://gitlab.rtems.org/rtems/programs/gsoc/-/merge_requests/314#note_147637


Finally, I addressed the formatting issue in the Markdown file. 

Initially, I relied on `mdformat`, but I realized that the project’s CI rules 
differ from standard Markdown formatting. The CI expected a specifically 
numbered list (1–8), while `mdformat` kept converting it back to all `1.`

To resolve this, I followed the CI diff output directly and manually updated 
the list formatting instead of relying on `mdformat`. However, the warning 
still persisted. I then identified that the issue was related to Markdown 
structure: I removed the extra blank line and added proper indentation (two 
spaces) before the numbered list to ensure it belongs to the bullet point.

After these changes, the formatting issue was resolved and the pipeline passed 
successfully.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/programs/gsoc/-/merge_requests/314#note_147637
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to