Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert reStructuredText to Markdown #2

Merged
merged 226 commits into from
Sep 19, 2024
Merged

Convert reStructuredText to Markdown #2

merged 226 commits into from
Sep 19, 2024

Conversation

GeckoEidechse
Copy link
Member

@GeckoEidechse GeckoEidechse commented Sep 6, 2024

Initial version by @Caznix, fixups by @GeckoEidechse

Converts the reStructuredText syntax to Markdown with an effort to keep the diff as minimal as possible in the process as long as mkdocs still renders it correctly.
This means that for example inline code segments that use double backticks were kept as is for now

``inline code``

instead of changing to single backticks which is more common in markdown

`inline code`

Co-authored-by: Cazdotsys [email protected]

Copy link
Member Author

@GeckoEidechse GeckoEidechse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Went through all files again and made sure to reduce the diff as much as possible while also ensuring that everything still renders correctly with mkdocs.

@GeckoEidechse GeckoEidechse mentioned this pull request Sep 17, 2024
29 tasks
@GeckoEidechse
Copy link
Member Author

Merging based on the fact that after prompting the involved people with enough time to respond there were no requests for changes ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant