chore(markdown): MD012 Multiple consecutive blank lines
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
This commit is contained in:
parent
8cea57ff0f
commit
358f080c76
@ -134,4 +134,3 @@ For answers to common questions about this code of conduct, see the FAQ at
|
|||||||
[Mozilla CoC]: https://github.com/mozilla/diversity
|
[Mozilla CoC]: https://github.com/mozilla/diversity
|
||||||
[FAQ]: https://www.contributor-covenant.org/faq
|
[FAQ]: https://www.contributor-covenant.org/faq
|
||||||
[translations]: https://www.contributor-covenant.org/translations
|
[translations]: https://www.contributor-covenant.org/translations
|
||||||
|
|
||||||
|
@ -56,7 +56,5 @@ These terms will be enforced once you create a pull request, and you will be inf
|
|||||||
|
|
||||||
As a bonus, you can also [cryptographically sign your commits][gh-signing-commits] and enable [vigilant mode][gh-vigilant-mode] on GitHub.
|
As a bonus, you can also [cryptographically sign your commits][gh-signing-commits] and enable [vigilant mode][gh-vigilant-mode] on GitHub.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[gh-signing-commits]: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
|
[gh-signing-commits]: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
|
||||||
[gh-vigilant-mode]: https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits
|
[gh-vigilant-mode]: https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits
|
||||||
|
@ -14,7 +14,6 @@ If you want to read about why this fork was created, check out [our FAQ page](ht
|
|||||||
- All downloads and instructions for PolyMC can be found [here](https://polymc.org/download/)
|
- All downloads and instructions for PolyMC can be found [here](https://polymc.org/download/)
|
||||||
- Last build status: https://github.com/PolyMC/PolyMC/actions
|
- Last build status: https://github.com/PolyMC/PolyMC/actions
|
||||||
|
|
||||||
|
|
||||||
## Development Builds
|
## Development Builds
|
||||||
|
|
||||||
There are per-commit development builds available [here](https://github.com/PolyMC/PolyMC/actions). These have debug information in the binaries, so their file sizes are relatively larger.
|
There are per-commit development builds available [here](https://github.com/PolyMC/PolyMC/actions). These have debug information in the binaries, so their file sizes are relatively larger.
|
||||||
|
@ -188,4 +188,3 @@ Licenced under the MIT licence.
|
|||||||
Tiny implementation of LZMA2 de/compression. This format is only used by Forge to save bandwidth.
|
Tiny implementation of LZMA2 de/compression. This format is only used by Forge to save bandwidth.
|
||||||
|
|
||||||
Public domain.
|
Public domain.
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
|
||||||
# SimpleCrypt by Andre Somers
|
# SimpleCrypt by Andre Somers
|
||||||
|
|
||||||
Cryptographic methods for Qt.
|
Cryptographic methods for Qt.
|
||||||
@ -107,4 +106,3 @@ Bug fixes, support for ```qml``` module
|
|||||||
# Fabian Vogt <https://github.com/Vogtinator>
|
# Fabian Vogt <https://github.com/Vogtinator>
|
||||||
|
|
||||||
Bug fixes, support for building without Qt keywords enabled
|
Bug fixes, support for building without Qt keywords enabled
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@ If you are looking for a C++ library, you might try this wrapper: [https://githu
|
|||||||
[iarna/toml-spec-tests](https://github.com/iarna/toml-spec-tests).
|
[iarna/toml-spec-tests](https://github.com/iarna/toml-spec-tests).
|
||||||
* Provides very simple and intuitive interface.
|
* Provides very simple and intuitive interface.
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Please see the `toml.h` file for details. What follows is a simple example that
|
Please see the `toml.h` file for details. What follows is a simple example that
|
||||||
@ -183,7 +182,6 @@ To test against the standard test set provided by BurntSushi/toml-test:
|
|||||||
% bash run.sh # this will run the test suite
|
% bash run.sh # this will run the test suite
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
To test against the standard test set provided by iarna/toml:
|
To test against the standard test set provided by iarna/toml:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user