From c809b8834541bf63b1a43d5a12833d98ffba834f Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sat, 16 Jul 2016 00:35:38 +0200 Subject: doc: use blockquotes for Stability: markers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use blockquotes instead of code blocks for stability markers in the docs. Doing that: - Makes the makers appear correctly when viewed e.g. on github. - Allows remark-lint rules like `no-undefined-references` to work properly (https://github.com/nodejs/node/pull/7729). PR-URL: https://github.com/nodejs/node/pull/7757 Reviewed-By: James M Snell Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Michaël Zasso Reviewed-By: Roman Reiss --- doc/api/punycode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/punycode.md') diff --git a/doc/api/punycode.md b/doc/api/punycode.md index 5751c10a38..1880937014 100644 --- a/doc/api/punycode.md +++ b/doc/api/punycode.md @@ -1,6 +1,6 @@ # punycode - Stability: 0 - Deprecated +> Stability: 0 - Deprecated **The version of the punycode module bundled in Node.js is being deprecated**. In a future major version of Node.js this module will be removed. Users -- cgit v1.2.3