You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gemstones/markdown-demo-v2.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,24 @@ tested with: 8.5
6
6
tags:
7
7
- sample
8
8
- crowdin
9
+
- markdown
9
10
---
10
11
11
12
# Overview
12
13
13
-
As you can tell by reading, this is a pretty silly example, designed to be used to test some translation issues that we are having. It's fun to write though!
14
+
!!! WARNING
14
15
15
-
This guide demos popular Markdown tags used on [https://docs.rockylinux.org](https://docs.rockylinux.org)
16
+
Do not take anything you may read in this document seriously.
17
+
18
+
As you can tell by reading, this is a pretty silly example, designed to be used to test some translation issues that we are having. But because the problems have not yet been solved we are going to modify the file a little bit here and there to see the effect it has. It's fun to write though!
19
+
20
+
This guide demos popular Markdown tags used on [https://docs.rockylinux.org](https://docs.rockylinux.org) also includes the admonitions tag, which is not part of the standard Markdown tags.
16
21
17
22
## The Demo
18
23
19
24
> This is a quote example. Nicely formatted.
20
25
21
-
Sometimes you will see things like _this_..
26
+
Sometimes you will see things like _this_.
22
27
23
28
How about a little **bold face**
24
29
@@ -31,16 +36,20 @@ Or multiple commands:
31
36
```
32
37
dnf install my_stapler
33
38
dnf update my_pencil
39
+
dnf remove my_notepad
34
40
systemctl enable my_stapler
35
41
```
36
42
37
43
At other times, you need bulleted or numbered lists:
38
44
39
45
- I believe you have my stapler
46
+
- Come to think of it, I can't even find my compass
40
47
- If not, please at least return my pencil
48
+
- I definitely need it
41
49
42
-
1. Here is your broken pencil
43
-
2. Sharpening it is useless
50
+
1. I didn't know you needed it
51
+
2. Here is your broken pencil
52
+
3. Sharpening it is useless
44
53
45
54
And you could need an admonition:
46
55
@@ -50,9 +59,10 @@ And you could need an admonition:
50
59
51
60
More times than not, when a command has multiple options, or you need to list specifics, you might want to use a table to identify things:
0 commit comments