Fix README formatting to pretty preview it on GitHub #119
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This super short PR is only meant to help improve developer experience.
Currently the README is shown as plain-text on the github home page which is a bit difficult to read (imho).
Judging by the text in README, I guess that it is written in rst format (please correct me if I am wrong).
Motivation
Having a pretty preview will help develolpers quickly glean over the document and find the stuff that they want.
So, I have made the following changes that help show the pretty preview of README in tools like Github:
rst
The text content of README is not changed and here is a screenshot of how this previews on GitHub:
![Screenshot from 2025-01-22 17-56-42](https://private-user-images.githubusercontent.com/11242410/405716992-0866dae9-0ead-4ef9-b520-294a49ec2a9e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODA0MTYsIm5iZiI6MTczOTM4MDExNiwicGF0aCI6Ii8xMTI0MjQxMC80MDU3MTY5OTItMDg2NmRhZTktMGVhZC00ZWY5LWI1MjAtMjk0YTQ5ZWMyYTllLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE3MDgzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFkMjMxOWQ0MDk4MzM0NTc3NDgzMWY0MjFjNTZhYmViMzBkNGE4NjNiMDhmNzliYTI0Njk3YTgwOWEzYmZlZTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.L3dd37bQj1lUMEIRDGJRPCbXzuLhp2aM3Q0G6sHQVKI)
Some context
I have just discovered and used the keyring plugin for the first time as a trialmattician at automattic. I quite liked the abstraction that the plugin provides and in the course of finding documentation, I found this repository.