diff options
author | gennyble <gen@nyble.dev> | 2025-08-04 13:34:29 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-08-04 13:34:29 -0500 |
commit | ab78c8308de86ff45d2c76840b8565bb62dbda8f (patch) | |
tree | a517506506aa0a17b96f586729a6cb44d9166512 | |
parent | 4763e1b50a082bcf498a897d7b41c6e41466e31c (diff) | |
download | leaberblord-ab78c8308de86ff45d2c76840b8565bb62dbda8f.tar.gz leaberblord-ab78c8308de86ff45d2c76840b8565bb62dbda8f.zip |
Change code block style in readme to raw for style examples
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 7925c7f..944ee69 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Uh oh, the code is kinda bad. The leaderboard display options, the `style` argument of the leaderboard command, change how ties are displayed. Ties will always be ordered by who was there sooner. `Ties Equal` puts ties in the same placement. It will look like this: -``` +```raw 1. genny: 10 2. medley: 5 inann: 5 @@ -24,7 +24,7 @@ The leaderboard display options, the `style` argument of the leaderboard command ``` `Ties Broken` puts ties in different placements. It will look like this: -``` +```raw 1. genny: 10 2. medley: 5 3. inann: 5 |