Просмотр исходного кода

Fixes #1201: Make list indentation and spacing consistent for all items.

This commit takes the suggestions in issue number #1201 and applies them
to the entire list. Specifically, this commit does the following:

- Replaces asterisks (`*`) with single dashes (`-`) for list items.
- Indents sub-lists (e.g., dependencies) by two spaces.
- Uses the same number of dashes for creating horizontal rules.
- Removes extra lines to make space around each heading consistent.

Additionally, this commit moves and indents `ympd` to correctly reflect
its parent dependency (`mpd`), alphabetizes the `Phproject` line item as
per the list suggestions (items should be alphabetized in their
respective categorical sub-list), and renames the "Custom" heading to
provide better clarity ("Custom communication systems"), setting the
links to that heading item to its new name.
Meitar M 7 лет назад
Родитель
Сommit
4dd9cfd1fe
1 измененных файлов с 906 добавлено и 949 удалено
  1. 906 949
      README.md

Разница между файлами не показана из-за своего большого размера
+ 906 - 949
README.md