summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Dolgov <ivan@dolgov.fi>2021-02-26 17:37:35 +0000
committerIvan Dolgov <ivan@dolgov.fi>2021-02-26 17:37:35 +0000
commit7aff98fb4ad438f5c1d37b111c08f2c150867bea (patch)
treee576fae3e652935962b7567b6f683aac31d7f18a
parent8a9c0e21a27e9f074f3073610c67894155f50a77 (diff)
parentf40e4b3f5263b4122e5eab40996f219488b88263 (diff)
downloadyuck-7aff98fb4ad438f5c1d37b111c08f2c150867bea.tar.gz
Merge branch 'numberlines' into 'main'
feat: add line numbers to listings Closes #6 See merge request larswirzenius/yuck!15
-rw-r--r--yuck.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/yuck.md b/yuck.md
index 27a5b81..d81d322 100644
--- a/yuck.md
+++ b/yuck.md
@@ -320,7 +320,7 @@ document at the following URL:
The JSON document might look like the following:
-~~~json
+~~~{.json .numberLines}
{
"issuer": "https://server.example.com",
"authorization_endpoint": "https://server.example.com/authorize",
@@ -404,7 +404,7 @@ grant_type=client_credentials
The response uses HTTP status codes to indicate success or failure. A
200 status code means success. A 400 series status code means failure.
-~~~
+~~~{.numberLines}
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Cache-Control: no-store