From b87f3977b5152029f30a39f9aa1bd567aa2f0935 Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Thu, 13 Jan 2022 10:25:32 -0600 Subject: [PATCH] Readme modification * added a note amd link for seeing the actual display of the admonition in the documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93ae3ffa71..77c7cf887d 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ The first line of the text detail for the admonition must have that extra line f Any number of other indented markdown elements. +If you are reading this on GitHub, it will not display the admonition. You can see how it actually displays [here](https://docs.rockylinux.org/guides/contribute/). + ## Using Git Like many other projects out there, Rocky Linux uses "git" to manage its code and files, including documentation files. This tutorial assumes a fundamental knowledge of Git and how it works. The second example also presupposes familiarity with the command line.