From f64a639bcfa1fc2bc89ca7db268f594306edfd7c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 16 Mar 2021 18:18:33 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-10-stable-ee --- doc/user/asciidoc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/user/asciidoc.md') diff --git a/doc/user/asciidoc.md b/doc/user/asciidoc.md index 07593c98da9..6d6460ca50f 100644 --- a/doc/user/asciidoc.md +++ b/doc/user/asciidoc.md @@ -30,7 +30,7 @@ Line comments, which are lines that start with `//`, are skipped: A blank line separates paragraphs. -A paragraph with the `[%hardbreaks]` option will preserve line breaks: +A paragraph with the `[%hardbreaks]` option preserves line breaks: ```plaintext [%hardbreaks] @@ -381,7 +381,7 @@ Supported formats (named colors are not supported): - RGB: `` `RGB[A](R, G, B[, A])` `` - HSL: `` `HSL[A](H, S, L[, A])` `` -Color written inside backticks will be followed by a color "chip": +Color written inside backticks is followed by a color "chip": ```plaintext - `#F00` @@ -399,7 +399,7 @@ Color written inside backticks will be followed by a color "chip": To activate equation and formula support, set the `stem` attribute in the document's header to `latexmath`. -Equations and formulas will be rendered using [KaTeX](https://katex.org/): +Equations and formulas are rendered using [KaTeX](https://katex.org/): ```plaintext :stem: latexmath -- cgit v1.2.3