aboutsummaryrefslogtreecommitdiff
path: root/libraries/tomlc99/README.md
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-07-12 20:46:06 +0530
committertxtsd <thexerothermicsclerodermoid@gmail.com>2022-08-06 12:55:11 +0530
commit358f080c76dbdfc65f32e08448a5e38b78d2bab0 (patch)
treeb2048bb5d9549a8a89b9679521b3c7e057e01204 /libraries/tomlc99/README.md
parent8cea57ff0f06e1cc7ec58716e8177e3a0b6e5ee9 (diff)
downloadPrismLauncher-358f080c76dbdfc65f32e08448a5e38b78d2bab0.tar.gz
PrismLauncher-358f080c76dbdfc65f32e08448a5e38b78d2bab0.tar.bz2
PrismLauncher-358f080c76dbdfc65f32e08448a5e38b78d2bab0.zip
chore(markdown): MD012 Multiple consecutive blank lines
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
Diffstat (limited to 'libraries/tomlc99/README.md')
-rw-r--r--libraries/tomlc99/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/tomlc99/README.md b/libraries/tomlc99/README.md
index 6715b5be..d2776448 100644
--- a/libraries/tomlc99/README.md
+++ b/libraries/tomlc99/README.md
@@ -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).
* Provides very simple and intuitive interface.
-
## Usage
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
```
-
To test against the standard test set provided by iarna/toml:
```sh