How should the repository information in the markdown file be converted to Orchestra XML attributes? Here are some cases (please add more if needed) and proposed answers for discussion.
- Level 1 header, e.g.
# MyRepository missing completely ==> input file cannot be processed
# My Repository without version ==> name="My Repository" version="1.0"
# My Repository version without version number ==> name="My Repository" version="1.0"
# My Repository V2.0 ==> name="My Repository V2.0" version="1.0"
# My Repository Version 2.0 ==> name="My Repository" version="2.0"