From 448a1178fad78ceb212f6bd498a5c77af9418f63 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 23 Dec 2019 17:21:47 -0800 Subject: [PATCH] doc: use code markup/markdown in headers in deprecations documentation Backport-PR-URL: https://github.com/nodejs/node/pull/31108 PR-URL: https://github.com/nodejs/node/pull/31086 Reviewed-By: Anna Henningsen Reviewed-By: Ruben Bridgewater --- doc/api/deprecations.md | 240 ++++++++++++++++++++-------------------- 1 file changed, 120 insertions(+), 120 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 78d9d06ef5b2ea..d6610e1c182ede 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -41,7 +41,7 @@ However, the deprecation identifier will not be modified. ## List of Deprecated APIs -### DEP0001: http.OutgoingMessage.prototype.flush +### DEP0001: `http.OutgoingMessage.prototype.flush`