From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75636138350 for ; Fri, 6 Mar 2020 16:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9C78E0863; Fri, 6 Mar 2020 16:30:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86FE3E0863 for ; Fri, 6 Mar 2020 16:30:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1783734EED4 for ; Fri, 6 Mar 2020 16:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A52D15F for ; Fri, 6 Mar 2020 16:30:52 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1583511877.92a1cf4b1f924f00d2a0eaa5d2e01f9bf404aad9.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/devbook-guide/ X-VCS-Repository: proj/devmanual X-VCS-Files: appendices/devbook-guide/text.xml X-VCS-Directories: appendices/devbook-guide/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 92a1cf4b1f924f00d2a0eaa5d2e01f9bf404aad9 X-VCS-Branch: master Date: Fri, 6 Mar 2020 16:30:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2420f535-976d-4173-972a-9ef914683be4 X-Archives-Hash: c51281940111b8e0476ffadb02980490 commit: 92a1cf4b1f924f00d2a0eaa5d2e01f9bf404aad9 Author: Ulrich Müller gentoo org> AuthorDate: Fri Mar 6 16:24:37 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Mar 6 16:24:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=92a1cf4b devbook-guide: Use consistent ordering when mentioning admonitions. Signed-off-by: Ulrich Müller gentoo.org> appendices/devbook-guide/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml index 51e8a8d..a7d9eef 100644 --- a/appendices/devbook-guide/text.xml +++ b/appendices/devbook-guide/text.xml @@ -229,7 +229,7 @@ This is a warning. We introduced a lot of new tags in the previous section here's what you need to know. The <p> (paragraph), <pre> (preformatted block), <codesample> (code block), -<note>, <warning> and <important> tags +<note>, <important> and <warning> tags all can contain one or more lines of text. Besides the <figure>, <table>, <ul>, <ol> and <dl> elements (which we'll cover in just a bit), these are the @@ -577,7 +577,7 @@ Both sections are described next. <body> (opening tag only) and before every <section>, <p>, <pre>, <codesample>, <figure>, <table>, -<ul>, <ol>, <dl>, <note> +<ul>, <ol>, <dl>, <note>, <important> and <warning> (opening tags only).