Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2016-07-16 01:35:38 +0300
committerAnna Henningsen <anna@addaleax.net>2016-08-04 23:43:34 +0300
commitc809b8834541bf63b1a43d5a12833d98ffba834f (patch)
treee5a3a79bdbecd5da9ebd4815166c45acce753b2b /doc/api/domain.md
parent561958e56562f0eaf67fd05e099048d262ee7d14 (diff)
doc: use blockquotes for Stability: markers
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 <jasnell@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'doc/api/domain.md')
-rw-r--r--doc/api/domain.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/domain.md b/doc/api/domain.md
index c556e2533c0..2fe7e2c39af 100644
--- a/doc/api/domain.md
+++ b/doc/api/domain.md
@@ -1,6 +1,6 @@
# Domain
- Stability: 0 - Deprecated
+> Stability: 0 - Deprecated
**This module is pending deprecation**. Once a replacement API has been
finalized, this module will be fully deprecated. Most end users should
@@ -436,8 +436,8 @@ without exiting the domain.
### domain.dispose()
- Stability: 0 - Deprecated. Please recover from failed IO actions
- explicitly via error event handlers set on the domain.
+> Stability: 0 - Deprecated. Please recover from failed IO actions
+> explicitly via error event handlers set on the domain.
Once `dispose` has been called, the domain will no longer be used by callbacks
bound into the domain via `run`, `bind`, or `intercept`, and a `'dispose'` event