From e04cbdbd7c197fc9e682e7382a83ef0df3e2d7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 21 Jun 2017 15:40:34 -0700 Subject: [PATCH] Remove extraneous **warning** (#3546) * Remove extraneous **warning** The .warning class already prepends "Warning" * changed Warning tag to vanilla Signed-off-by: Victoria Bialas --- engine/installation/linux/ubuntu.md | 20 +++++++++----------- test.md | 4 ++-- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/engine/installation/linux/ubuntu.md b/engine/installation/linux/ubuntu.md index fc1bc8ddd9..9f2a4c8d1e 100644 --- a/engine/installation/linux/ubuntu.md +++ b/engine/installation/linux/ubuntu.md @@ -135,13 +135,12 @@ Docker EE. need the **stable** repository, even if you want to install **edge** builds as well. - > **Note**: The `lsb_release -cs` sub-command below returns the name of your - > Ubuntu distribution, such as `xenial`. - > - > Sometimes, in a distribution like Linux Mint, you might have to change - > `$(lsb_release -cs)` to your parent Ubuntu distribution. For - > example: If you are using `Linux Mint Rafaela`, you could use - > `trusty`. + > **Note**: The `lsb_release -cs` sub-command below returns the + name of your Ubuntu distribution, such as `xenial`. Sometimes, + in a distribution like Linux Mint, you might have to + change `$(lsb_release -cs)` to your parent Ubuntu distribution. + For example: If you are using `Linux Mint Rafaela`, you could use + `trusty`. **amd64**: @@ -243,12 +242,11 @@ Docker EE. - > **Warning**: - > If you have multiple Docker repositories enabled, installing + > **Warning**: If you have multiple Docker repositories enabled, installing > or updating without specifying a version in the `apt-get install` or - > `apt-get update` command will always install the highest possible version, + > `apt-get update` command will always install the newest possible version, > which may not be appropriate for your stability needs. - {:.warning} + {: .warning-vanilla} 3. On production systems, you should install a specific version of Docker instead of always using the latest. This output is truncated. List the diff --git a/test.md b/test.md index a5a5934b93..94acdfc245 100644 --- a/test.md +++ b/test.md @@ -380,8 +380,8 @@ Current styles for admonitions in support two broad categories of admonitions: those with prefixed text (**Note:**, **Important:**, **Warning**) and those with prefixed icons. -The new styles (with icons) are defined in a way that will not impact admonitions -formatted with the original styles (prefixed text), so notes in your +The new styles (with icons) are defined in a way that will not impact +admonitions formatted with the original styles (prefixed text), so notes in your published documents won't be adversely affected. Examples of both styles are shown below.