From f40e4b3f5263b4122e5eab40996f219488b88263 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 26 Feb 2021 10:35:20 +0200 Subject: feat: add line numbers to listings --- yuck.md | 4 ++-- 1 file 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 -- cgit v1.2.1