Skip to content

Commit

Permalink
Merge pull request #21 from github/md-formatting
Browse files Browse the repository at this point in the history
Use bullet list for configuration details
  • Loading branch information
zkoppert authored Oct 12, 2023
2 parents 8f4a297 + 28fa0f0 commit 01fc0c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:

# Contributors

Date range for contributor list: 2021-01-01 to 2023-10-10
Organization: super-linter
- Date range for contributor list: 2021-01-01 to 2023-10-10
- Organization: super-linter

| Total Contributors | Total Contributions | % new contributors |
| --- | --- | --- |
Expand All @@ -120,7 +120,7 @@ Organization: super-linter

# Contributors

Organization: super-linter
- Organization: super-linter

| Total Contributors | Total Contributions |
| --- | --- |
Expand Down
4 changes: 2 additions & 2 deletions markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ def write_to_markdown(
f"Date range for contributor list: {start_date} to {end_date}\n"
)
if organization:
markdown_file.write(f"Organization: {organization}\n")
markdown_file.write(f"- Organization: {organization}\n")
if repository:
markdown_file.write(f"Repository: {repository}\n")
markdown_file.write(f"- Repository: {repository}\n")
markdown_file.write("\n")
markdown_file.write(summary_table)
markdown_file.write(table)
Expand Down

0 comments on commit 01fc0c6

Please sign in to comment.