Skip to content

Conversation

@sspencerwire
Copy link
Contributor

@sspencerwire sspencerwire commented Apr 24, 2024

  • When markdown errors were recently corrected, the undo command was improperly formatted as
Undo the last action:

++u++

Undo the actions on the current line:

++U++

However neither line is correct. Markdown keyboard commands always assume a capital letter, and must be entered in lower case or in quotes. To get the desired lower-case "u" for the first and capital U for the second, it must be entered as:

Undo the last action:

++"u"++

Undo the actions on the current line:

++u++

The first will now render in lower-case as expected and the second will render a capital "U."

Author checklist (Completed by original Author)

  • Good fit for the Rocky Linux project? Title and Author Metatags inserted ?
  • If applicable, steps and instructions have been tested to work
  • Initial self-review to fix basic typos and grammar completed

Rocky Documentation checklist (Completed by Rocky team)

  • 1st Pass (Document is good fit for project and author checklist completed)
  • 2nd Pass (Technical Review - check for technical correctness)
  • 3rd Pass (Detailed Editorial Review and Peer Review)
  • Final approval (Final Review)

* When markdown errors were recently corrected, the undo command was improperly formatted as
```
Undo the last action:

++u++

Undo the actions on the current line:

++U++
```
However neither line is correct. Markdown keyboard commands always assume a capital letter, and must be entered in lower case or in quotes. To get the desired lower-case "u" for the first and capital U for the second, it must be entered as:

```
Undo the last action:

++"u"++

Undo the actions on the current line:

++u++
```

The first will now render in lower-case as expected and the second will render a capital "U."
@github-actions
Copy link

Test results for b2ce07c:

Number of broken URLs: 0

URL,RESULT,FILENAME

@sspencerwire
Copy link
Contributor Author

@SergeCroise Thanks to your recent PR, I was able to see that the syntax of these commands was wrong all the way around. (see PR description). I'm sure there are other errors that were inadvertently introduced in those documents when the effort was made to cleanup markdown errors. Thanks very much!!

@sspencerwire sspencerwire merged commit a9b61ed into rocky-linux:main Apr 24, 2024
@sspencerwire sspencerwire deleted the vi_fix branch June 1, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant