csci3251-2020 / project-team-c

project-team-c created by GitHub Classroom
0 stars 4 forks source link

The correct format for _stu self-introduction #28

Open Vectorial1024 opened 4 years ago

Vectorial1024 commented 4 years ago

Please refer to _stu/1155000000.md for the correct format of your self-introduction file. Remember to click on the "Raw" button to view the actual file content.

The confusing part of this task is that while the correct format looks like a table on GitHub, the correct format has an internal format which is totally not a table.

This format would be correct, MD files with this format can be shown in the Contributors section:

---
user: GitHubUserName
image: PathToProfilePic
name: 1155000000
---
Self-introduction content.

This format would be incorrect, even though "it still looks the same" when viewed in GitHub:

user | image | name 
---- | ----- | ----
GitHubUserName | PathToProfilePic | 1155000000

Self-introduction content.

Please double-check your self-introduction file to have the correct format.

chuckjee commented 4 years ago

GitHub makes that really confusing :(