Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

در برنامه CS Internship،‌ اینترن‌ها با شرکت در جلساتی که اینترن‌های استپ‌های بعدی آن دوره تحت عنوان «جلسات همیاری فنی» برگزار می‌کنند، این مهارت را تجربه و کسب می‌کنند.


Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This added blank line creates inconsistent vertical spacing before headings throughout the document. For example, the ## مقدمه heading has one blank line before it, while this change makes it two for ## مخاطب. For better readability and consistency, it's best to use the same number of blank lines before each heading. I suggest removing this line to keep it consistent with the first section.

## مخاطب
مخاطب این مستند، اینترن‌هایی هستند که می‌خواهند در جلسات همیاری فنی شرکت کنند.

Expand All @@ -25,3 +26,4 @@


## واژه‌نامه

Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Adding a blank line at the end of the file results in two trailing newlines, which is unnecessary. It is standard practice to have only a single newline at the end of a file. Please remove this extra blank line.