Waldir Pimenta
Waldir Pimenta
Sometimes releases notes are added later and github shows this in some places as the release date, but the tag associated with the release is generally the correct date. See...
In http://onlywei.github.io/explain-git-with-d3/#freeplay: > Do whatever you want in this free playground. ``` $ git checkout HEAD $ git commit $ git commit # generated hash: d525e9e... $ git checkout master...
### Problem There's currently no way to configure [MD030](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md030) to enforce a consistent spacing after the marker of ordered lists, while still allowing me to have a list like this:...
This is similar in spirit to #90 (i.e. to improve the readability of tables), but simpler. The rule would simply check that pipe characters (`|`) in tables are padded by...
GitHub Markdown does not support headerless tables. When the "Header location = None" is selected, the resulting table is | lorem | ipsum | dolor | | sit | amet...
It's not legally required, but it's useful metadata, and part of the recommended license template text: - http://choosealicense.com/licenses/isc/ - https://opensource.org/licenses/isc-license - http://spdx.org/licenses/ISC.html#licenseText
It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)
I would love to see a section dedicated to indie/community projects, since those are likely those that need documentation contributors the most, and people looking for open source projects to...
By the way, the commit message that adds this file says "Adding MIT License", but this is not the [MIT license](http://choosealicense.com/licenses/mit/), it's the [ISC license](http://choosealicense.com/licenses/isc/). As stated in the second...