Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skill Section Format Inconsistency #1

Closed
Theo-Hafsaoui opened this issue Aug 30, 2024 · 0 comments
Closed

Skill Section Format Inconsistency #1

Theo-Hafsaoui opened this issue Aug 30, 2024 · 0 comments
Milestone

Comments

@Theo-Hafsaoui
Copy link
Owner

The current skill section seems to require a different format compared to other sections. The existing format is:

# Skillname
## Item1, item2

This format only allows for one skill list, which is limiting. To fix this, we have two potential options:

  1. Multiline Format:

    We could adopt a multiline format like this:

    **Skillname**
     - Item1, Item2
    **Skillname2**
     - Item1, Item2
    

    Using ** around the skill names would make it easier for the parser to detect different formats.

  2. 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.

Theo-Hafsaoui added a commit that referenced this issue Oct 13, 2024
@Theo-Hafsaoui Theo-Hafsaoui added this to the 1.0 milestone Oct 20, 2024
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

No branches or pull requests

1 participant