From bc79240eebec8881ac3f4f4377f0670226175fe4 Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Wed, 30 Mar 2022 10:51:24 -0500 Subject: [PATCH] Sample document to check translations * not real, we will delete it later --- docs/gemstones/markdown-demo-v2.md | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 docs/gemstones/markdown-demo-v2.md diff --git a/docs/gemstones/markdown-demo-v2.md b/docs/gemstones/markdown-demo-v2.md new file mode 100644 index 0000000000..4a4ad8fd71 --- /dev/null +++ b/docs/gemstones/markdown-demo-v2.md @@ -0,0 +1,46 @@ +--- +title: Simple Markdown Demo 2 +author: Einstein +contributors: Dr. Ben Dover +tested with: 8.5 +tags: + - sample + - crowdin +--- + +# Overview + +This guide demos popular Markdown tags used on [https://docs.rockylinux.org](https://docs.rockylinux.org) + +## The Demo + +> This is a quote example. Nicely formatted. + +Sometimes you will see things like _this_.. + +How about a little **bold face** + +Most of the time, it straight text like this. + +Sometimes you need to show a `command` + +Or multiple commands: + +``` +dnf install my_stapler +dnf update my_pencil +``` + +At other times, you need bulleted or numbered lists: + +- I believe you have my stapler +- If not, please at least return my pencil + +1. Here is your broken pencil +2. Sharpening it is useless + +And you could need an admonition: + +!!! TIP + + Pencils and staplers are really old-school.