mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 05:37:34 +03:00
This commit majorly updates all Markdown documents by attempting to maintain a consistent (80 columns per line) formatting and addresses some display bugs in other Markdown renderers due to improper use of Markdown - GitHub is a little broken. But it also addresses grammar and even makes semantical changes to some paragraphs. Notably, in README.md, section "System authentication helper binaries" had relatively severe changes. To future contributors: if trying to maintain any kind of wrapping standard, I suggest using special extensions, like Rewrap for VSCode.
476 B
476 B
name | about | title | labels | assignees |
---|---|---|---|---|
Feature request | If you would like to see a new feature in maddy. | Feature request | new feature |
Use case
What problem you are trying to solve?
Note alternatives you considered and why they are not useful.
Your idea for a solution
How your solution would work in general? Note that some overly complicated solutions may be rejected because maddy is meant to be simple.
- I'm willing to help with the implementation