Skip to content

Commit 00911c5

Browse files
committed
Changes for testing with Crowdin
1 parent 7b1efea commit 00911c5

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

docs/gemstones/markdown-demo-v2.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,24 @@ tested with: 8.5
66
tags:
77
- sample
88
- crowdin
9+
- markdown
910
---
1011

1112
# Overview
1213

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
1415

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.
1621

1722
## The Demo
1823

1924
> This is a quote example. Nicely formatted.
2025
21-
Sometimes you will see things like _this_..
26+
Sometimes you will see things like _this_.
2227

2328
How about a little **bold face**
2429

@@ -31,16 +36,20 @@ Or multiple commands:
3136
```
3237
dnf install my_stapler
3338
dnf update my_pencil
39+
dnf remove my_notepad
3440
systemctl enable my_stapler
3541
```
3642

3743
At other times, you need bulleted or numbered lists:
3844

3945
- I believe you have my stapler
46+
- Come to think of it, I can't even find my compass
4047
- If not, please at least return my pencil
48+
- I definitely need it
4149

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
4453

4554
And you could need an admonition:
4655

@@ -50,9 +59,10 @@ And you could need an admonition:
5059

5160
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:
5261

53-
| Tool | Use | Additional Information |
54-
|----------|---------------------|-----------------------------------------------------------|
55-
| pencil | writing or printing | often replaced with a pen |
56-
| pen | writing or printing | often replaced with a stylus |
57-
| stylus | writing or printing on an electronic device | sometimes replaced by a keyboard |
62+
| Tool | Use | Additional Information |
63+
| -------- | ------------------------------------------- | ----------------------------------------------- |
64+
| pencil | writing or printing | often replaced with a pen |
65+
| pen | writing or printing | often replaced with a stylus |
66+
| stylus | writing or printing on an electronic device | sometimes replaced by a keyboard |
5867
| keyboard | writing or printing on an electronic device | never replaced - used until full of food crumbs |
68+
| notepad | take notes | substitute for a sometimes-faulty memory |

0 commit comments

Comments
 (0)