R2Northstar / NorthstarDocs

Guides and tutorials on how to mod using Northstar
https://docs.northstar.tf/
MIT License
0 stars 2 forks source link

Convert reStructuredText to Markdown #2

Closed GeckoEidechse closed 3 days ago

GeckoEidechse commented 2 weeks ago

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 131402549+Caznix@users.noreply.github.com

GeckoEidechse commented 3 days ago

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