You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ** around the skill names would make it easier for the parser to detect different formats.
Multiple Files:
Alternatively, we could follow the traditional format but split each skill into multiple files. However, the naming convention for skillname in this case isn’t very clear or elegant. I tend to favor the first option for simplicity and clarity.
The text was updated successfully, but these errors were encountered:
The current skill section seems to require a different format compared to other sections. The existing format is:
This format only allows for one skill list, which is limiting. To fix this, we have two potential options:
Multiline Format:
We could adopt a multiline format like this:
Using
**
around the skill names would make it easier for the parser to detect different formats.Multiple Files:
Alternatively, we could follow the traditional format but split each skill into multiple files. However, the naming convention for
skillname
in this case isn’t very clear or elegant. I tend to favor the first option for simplicity and clarity.The text was updated successfully, but these errors were encountered: